keys=root,functest,api,ci,core,cli,opnfv_tests,utils,xtesting,xci,xcore,energy,xutils,sfc,sdnvpn,baro,warnings
[handlers]
-keys=console,wconsole,file,null
+keys=console,wconsole,file,dfile
[formatters]
keys=standard
[logger_root]
level=NOTSET
-handlers=null
+handlers=dfile
[logger_functest]
level=NOTSET
handlers=file,console
qualname=py.warnings
-[handler_null]
-class=NullHandler
-level=NOTSET
-formatter=standard
-args=()
-
[handler_console]
class=StreamHandler
level=INFO
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=