Skip to content

fix(backup-prometheus): silent the curl output to sanitize backups logs

Daniel Palomar requested to merge fix_logs_with_trash into master

Without the -s option, curl prints progress to stdout. This was being catched by log function in backup.sh and ended up in the backup error logs, making them not parseable.

Merge request reports

Loading