taskotron-dev: set log stream level to debug
This commit is contained in:
parent
95e0872f4f
commit
fb002cca12
1 changed files with 5 additions and 1 deletions
|
@ -163,7 +163,11 @@ minion_repos:
|
||||||
## output (option log_level_stream) and logging to file (log_level_file).
|
## output (option log_level_stream) and logging to file (log_level_file).
|
||||||
## Possible values can be found here:
|
## Possible values can be found here:
|
||||||
## https://docs.python.org/2.7/library/logging.html#logging-levels
|
## 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
|
#log_level_file: DEBUG
|
||||||
|
|
||||||
## If True, logging to file will be enabled.
|
## If True, logging to file will be enabled.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue