the-new-hotness: Enable DEBUG log
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
c353c1d1f0
commit
59e53816c8
1 changed files with 2 additions and 2 deletions
|
@ -58,12 +58,12 @@ formatter = "simple"
|
|||
stream = "ext://sys.stdout"
|
||||
|
||||
[log_config.loggers.fedora_messaging]
|
||||
level = "INFO"
|
||||
level = "DEBUG"
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
||||
[log_config.root]
|
||||
level = "INFO"
|
||||
level = "DEBUG"
|
||||
handlers = ["console"]
|
||||
|
||||
# the-new-hotness consumer configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue