mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Previously, the script was very talkative by default. Make the default to be silent for log levels < WARNING and allow logging (at different level) to syslog. Additionally, configure the cronjob to log everything of levels >= INFO to syslog. Signed-off-by: Nils Philippsen <nils@redhat.com>
8 lines
184 B
Bash
Executable File
8 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Don't attempt to combine if syncing the individual logs failed.
|
|
set -e
|
|
|
|
/usr/local/bin/sync-http-logs.py --syslog --syslog-verbosity=2
|
|
/usr/local/bin/combineHttpLogs.sh
|