2021-08-30 15:41:04 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Don't attempt to combine if syncing the individual logs failed.
|
|
|
|
set -e
|
|
|
|
|
2021-09-13 17:45:10 +02:00
|
|
|
/usr/local/bin/sync-http-logs.py --syslog --syslog-verbosity=2
|
2021-08-30 15:41:04 +02:00
|
|
|
/usr/local/bin/combineHttpLogs.sh
|