-
Notifications
You must be signed in to change notification settings - Fork 72
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
Option to adjust SimpleQueue logging? #175
Comments
@KengTeong Thanks for the input! Currently the chart does not have any mechanisms for adjusting the log level for individual services. The only option at the moment is This would be a good addition to the chart though, so I'm leaving this issue open. |
I work with @KengTeong, and tested changing Values.anchoreGlobal.logLevel. I set the logLevel to ERROR and redeployed anchore. However, the simple queue logs were not affected by the change.
|
@frumpleswift Thanks for the follow up. Can you do me a favor and shell into the simplequeue service and |
Here is the config file:
and just to show logs once more:
|
@Btodhunter do you need any additional information? |
* a customer pointed out an error in a job in the helm chart enterprise 1.0.0 in ZD 4786. * Updated the chart version and made the change from ZD 4786 to the templates pre-upgrade * remove path to certs dir as its included in env var * update test snapshots --------- Signed-off-by: Brady Todhunter <[email protected]> Co-authored-by: Brady Todhunter <[email protected]>
Greetings! I have a question on the chart for passing extra vars to limit the amount of noise generated from the SimpleQueue service.
Anchore Version Information:
Anchore Engine (preloaded-db) v0.10.1
Below is an example where I attempted to pass an extra variable for logging telling it to only post debug level logs.
(Note* it is now commented out since it did not work)
However, when I checked the logs in Argo it is still spamming the log. It appears as though the log is actually generated from the python requests module.
Questions:
Is there a way I can minimize the amount of logging information from the SimpleQueue service? Either by an extra variable or other option?
What Arguments can be passed to SimpleQueue
Can we change the polling interval
Is 0 or -1 off for values
The text was updated successfully, but these errors were encountered: