taskotron-dev: set log stream level to debug

This commit is contained in:
Martin Krizek 2015-12-10 14:05:33 +00:00
parent 95e0872f4f
commit fb002cca12

View file

@ -163,7 +163,11 @@ minion_repos:
## output (option log_level_stream) and logging to file (log_level_file).
## Possible values can be found here:
## https://docs.python.org/2.7/library/logging.html#logging-levels
#log_level_stream: INFO
{% if deployment_type == 'dev' %}
log_level_stream: DEBUG
{% elif deployment_type in ['stg', 'prod', 'local'] %}
log_level_stream: INFO
{% endif %}
#log_level_file: DEBUG
## If True, logging to file will be enabled.