Skip to content
Snippets Groups Projects
Commit 49fe4a52 authored by Neta Zmora's avatar Neta Zmora
Browse files

Fix the apputils.model_summaries logger configuration

parent 37d5774b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ keys: simple, time_simple
keys: console, file
[loggers]
keys: root, app_cfg, distiller.thinning
keys: root, app_cfg, distiller.thinning, apputils.model_summaries
[formatter_simple]
format: %(message)s
......@@ -38,9 +38,17 @@ propagate: 0
handlers: file
# Example of adding a module-specific logger
# Do not forget to add apputils.model_summaries to the list of keys in section [loggers]
# Do not forget to add distiller.thinning to the list of keys in section [loggers]
[logger_distiller.thinning]
level: INFO
qualname: distiller.thinning
propagate: 0
handlers: console, file
# Example of adding a module-specific logger
# Do not forget to add apputils.model_summaries to the list of keys in section [loggers]
[logger_apputils.model_summaries]
level: INFO
qualname: apputils.model_summaries
propagate: 0
handlers: console, file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment