toddlers: try debugging on twisted and fedora-messaging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8ec1bfafa9
commit
3122a593bd
1 changed files with 3 additions and 3 deletions
|
@ -367,12 +367,12 @@ formatter = "simple"
|
|||
stream = "ext://sys.stdout"
|
||||
|
||||
[log_config.loggers.fedora_messaging]
|
||||
level = "INFO"
|
||||
level = "DEBUG"
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
||||
[log_config.loggers.twisted]
|
||||
level = "INFO"
|
||||
level = "DEBUG"
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
||||
|
@ -440,7 +440,7 @@ handlers = ["console"]
|
|||
{% if env == "staging" %}
|
||||
level = "DEBUG"
|
||||
{% else %}
|
||||
level = "DEBUG"
|
||||
level = "INFO"
|
||||
{% endif %}
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue