You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unable to mute "Stale cache[res]: running tests" log output irrespective of log level set. This is annoying because a container behind an ALB will flood logs unnecessarily.
Describe the bug
Unable to mute "Stale cache[res]: running tests" log output irrespective of log level set. This is annoying because a container behind an ALB will flood logs unnecessarily.
p.s. the documentation in https://goss.readthedocs.io/en/stable/cli/ suggests that
--loglevel
is per command, but in actual fact it is at the global-level.How To Reproduce
https://gist.github.com/halberom/2081e2652617a973af4db049a66f4d1f
Expected Behavior
Changing log level to WARN or at least ERROR should stop "Stale cache[res]: running tests" from being output.
Actual Behavior
I have to change the cache duration to 0, which is fine in my situation, but seems odd.
Environment:
The text was updated successfully, but these errors were encountered: