From c6242cc5bc46eb5772949c04a12d906f1e98cd76 Mon Sep 17 00:00:00 2001 From: Rhys Smith Date: Thu, 3 Nov 2016 08:45:53 +0000 Subject: [PATCH] Also sync transaction.log from Test SP Resolves #42 --- utilities/stats-sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utilities/stats-sync.sh b/utilities/stats-sync.sh index df777a5e..af5f02b2 100755 --- a/utilities/stats-sync.sh +++ b/utilities/stats-sync.sh @@ -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 \ No newline at end of file