X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fci%2Flogging.ini;h=e2a44091050873379516f68a5fc13577059cea13;hb=bbe35dc42e442fa2669a24e7927d389188e42b4c;hp=d01472507fccc1e47e3061703729f3723259437b;hpb=159ffa7b1ec7c6962c0cf08435373557675f9109;p=functest.git diff --git a/functest/ci/logging.ini b/functest/ci/logging.ini index d01472507..e2a440910 100644 --- a/functest/ci/logging.ini +++ b/functest/ci/logging.ini @@ -1,5 +1,5 @@ [loggers] -keys=root,functest,api,ci,core,cli,opnfv_tests,utils,xtesting,xci,xcore,energy,xutils +keys=root,functest,api,ci,core,cli,opnfv_tests,utils,xtesting,xci,xcore,xutils,sfc,baro,warnings [handlers] keys=console,wconsole,file,null @@ -61,16 +61,26 @@ level=NOTSET handlers=console qualname=xtesting.core -[logger_energy] -level=NOTSET -handlers=wconsole -qualname=xtesting.energy - [logger_xutils] level=NOTSET handlers=wconsole qualname=xtesting.utils +[logger_sfc] +level=NOTSET +handlers=file,wconsole +qualname=sfc + +[logger_baro] +level=NOTSET +handlers=file,wconsole +qualname=baro_tests + +[logger_warnings] +level=NOTSET +handlers=file,console +qualname=py.warnings + [handler_null] class=NullHandler level=NOTSET