Closed scalp42 closed 9 years ago
Hi @someara
Currently the logging is hardcoded to debug which I think is due to the addition of the service_container recipe.
service_container
Unless I'm mistaken, the service_container recipe does not pass template variables, so I removed the unused debug_flag variable in the recipe.
debug_flag
TLDR:
info
default['push_jobs']['logging_level']
debug
Thanks @someara ! :smiley:
Hi @someara
Currently the logging is hardcoded to debug which I think is due to the addition of the
service_container
recipe.Unless I'm mistaken, the
service_container
recipe does not pass template variables, so I removed the unuseddebug_flag
variable in the recipe.TLDR:
info
default['push_jobs']['logging_level']
in the attributes, default toinfo
debug
level