How-to silence/quiet GCS (Percentage) Logs #769
Closed
theonlydavidlee
started this conversation in
General
Replies: 1 comment
-
Sorry this was opened and closed in another discussion from my co-worker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we use
clickhouse-backup create_remote
it generates about 3000 logs that indicate the progress of the copy/upload of files to the bucket. Is there an environment variable or configuration flag that could be set to reduce or silence these logs as they don't seem to provide any helpful information.For example,
[A36.54 KiB / 36.54 KiB 100.00% 0s
from this message it's not clear what file completed and to be honest I'm not sure I care, rather, I would prefer to know if the operation failed, what file failed to upload and if possible the reason.I know that we could use output redirection to /dev/null or perhaps a file but I'd still like to get error logs in my logging backend.
Thanks for any help, suggestions or ideas.
Beta Was this translation helpful? Give feedback.
All reactions