aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/logging.ini
diff options
context:
space:
mode:
Diffstat (limited to 'functest/ci/logging.ini')
-rw-r--r--functest/ci/logging.ini16
1 files changed, 8 insertions, 8 deletions
diff --git a/functest/ci/logging.ini b/functest/ci/logging.ini
index 51ee359c6..278529e22 100644
--- a/functest/ci/logging.ini
+++ b/functest/ci/logging.ini
@@ -2,14 +2,14 @@
keys=root,functest,api,ci,core,cli,opnfv_tests,utils,xtesting,xci,xcore,energy,xutils,sfc,baro,warnings
[handlers]
-keys=console,wconsole,file,dfile
+keys=console,wconsole,file,null
[formatters]
keys=standard
[logger_root]
level=NOTSET
-handlers=dfile
+handlers=null
[logger_functest]
level=NOTSET
@@ -86,6 +86,12 @@ level=NOTSET
handlers=file,console
qualname=py.warnings
+[handler_null]
+class=NullHandler
+level=NOTSET
+formatter=standard
+args=()
+
[handler_console]
class=StreamHandler
level=INFO
@@ -104,12 +110,6 @@ level=DEBUG
formatter=standard
args=("/home/opnfv/functest/results/functest.log",)
-[handler_dfile]
-class=FileHandler
-level=DEBUG
-formatter=standard
-args=("/home/opnfv/functest/results/functest.debug.log",)
-
[formatter_standard]
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
datefmt=