aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/ci/logging.ini
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/ci/logging.ini')
-rw-r--r--xtesting/ci/logging.ini22
1 files changed, 3 insertions, 19 deletions
diff --git a/xtesting/ci/logging.ini b/xtesting/ci/logging.ini
index fc011ad6..5cb5e4bf 100644
--- a/xtesting/ci/logging.ini
+++ b/xtesting/ci/logging.ini
@@ -1,15 +1,15 @@
[loggers]
-keys=root,xtesting,ci,core,energy,utils
+keys=root,xtesting,ci,core
[handlers]
-keys=console,wconsole,file,null
+keys=console,wconsole,file
[formatters]
keys=standard
[logger_root]
level=NOTSET
-handlers=null
+handlers=wconsole,file
[logger_xtesting]
level=NOTSET
@@ -26,22 +26,6 @@ level=NOTSET
handlers=console
qualname=xtesting.core
-[logger_energy]
-level=NOTSET
-handlers=wconsole
-qualname=xtesting.energy
-
-[logger_utils]
-level=NOTSET
-handlers=wconsole
-qualname=xtesting.utils
-
-[handler_null]
-class=NullHandler
-level=NOTSET
-formatter=standard
-args=()
-
[handler_console]
class=StreamHandler
level=INFO