cloud-build-notifiers icon indicating copy to clipboard operation
cloud-build-notifiers copied to clipboard

allow optional configuration of log levels

Open tgjonestx opened this issue 3 years ago • 0 comments

Currently configuration of the logger can only be controlled from the command line which is hard-coded in the Dockerfile. For debugging notifiers, including custom notifiers, it would be nice if the notifier configuration supported optional parameters that allowed for the configuration of the logger (e.g. log level = debug).

If the configuration properties for logging are not specified, then the notifier should default to the current behavior.

tgjonestx avatar Aug 29 '22 22:08 tgjonestx