Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Also sync transaction.log from Test SP
Browse files Browse the repository at this point in the history
Resolves #42
  • Loading branch information
Rhys Smith committed Nov 3, 2016
1 parent a06e46e commit c6242cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/stats-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ rsync -at stats@test-idp:/opt/shibboleth-idp/logs/idp-audit* $logslocation/test-
# Logs from Test SP
rsync -at --exclude modsec* stats@test-sp:/var/log/httpd/* $logslocation/test-sp/
rsync -at stats@test-sp:/var/log/shibboleth/shibd* $logslocation/test-sp/
rsync -at stats@test-sp:/var/log/shibboleth/transaction* $logslocation/test-sp/

# Exit happily
exit 0

0 comments on commit c6242cc

Please sign in to comment.