-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reduce log level to warning from info #269
Comments
The replicator supports a Line 30 in 902b3c3
The Helm chart has an args:
- --log-level=warn |
ok. was looking for something like this. will test this. Thank you. |
Hi, pls check if this behavior is fine. Thank you. |
I'm unsure if I understand the issue. Setting a log level customarily results in logging items with a severity equal to OR HIGHER than the configured log level, so a log level of |
yes, we are on the same page. I have set log-level to the warning, but I see logging severity as error. just want to understand if this behavior is expected. anything we need to worry about? |
Alright, then. 🙂 Regarding the actual logs with error severity: No, in normal operation, the replicator should not log any errors. What is the actual error that is being reported? I'm referring to the |
below is the log snippet with log-level=warn
same error message for other secrets. |
Hello @martin-helmich, were you able to reproduce this issue at your end? hope the error snippet shared helped. |
sorry to bother you @martin-helmich. did you get a chance to look at the log snippet and do you have anything to comment or advise on this behavior? |
Describe the bug
right now, replicator logs show log levels as info and logging every 30 mins. we would like to reduce the log level to a warning as we fwd logs to the Central Monitoring system. how do we achieve that?
Couldn't find options in the helm chart. Please share if any args. we can change the log level to info or debug whenever we wanted to by passing arguments in deployment yaml file.
Example Log Trace
Expected behavior
Log only when error not everything.
Environment:
Additional context
passing log levels to deployment yaml arguments.
The text was updated successfully, but these errors were encountered: