Skip to content

Commit

Permalink
Update log locations to sync wugen logs from
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith authored and Rhys Smith committed Sep 23, 2020
1 parent d3e9625 commit c98bafa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utilities/stats-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ rsync -at --exclude modsec* stats@www-ne-01:/var/log/httpd/* $logslocation/www/w
rsync -at --exclude modsec* stats@www-we-01:/var/log/httpd/* $logslocation/www/www-we-01/

# Logs from Wugen
rsync -at --exclude modsec* stats@wugen:/var/log/httpd/* $logslocation/wugen/
rsync -at stats@wugen:/opt/wugen/logs/urlgenerator-* $logslocation/wugen/
rsync -at stats@wugen:/opt/wugen/logs/wayfless-* $logslocation/wugen/
rsync -at stats@dockerpub-ne-01:./wayfless-* $logslocation/wugen/

# Logs from Test IdP
rsync -at --exclude modsec* stats@test-idp:/var/log/httpd/* $logslocation/test-idp/
Expand Down

0 comments on commit c98bafa

Please sign in to comment.