From bbdc01c30dcf5a1365ad5a61ec0f7fee49b7fb59 Mon Sep 17 00:00:00 2001 From: ajay33 Date: Mon, 31 Aug 2020 14:10:28 +0530 Subject: Suppress admin password in default logs Currently, OS_PASSWORD is getting printed in the console of Functest. This password is secret and must not be printed in default log file. This patch suppresses the logging of OS_PASSWORD unless users ask for debug logs. Signed-off-by: mahajanajay33@gmail.com Change-Id: Ib83a12eb09a8551b30b352858649932a5ca842e4 --- xtesting/ci/logging.debug.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtesting/ci/logging.debug.ini') diff --git a/xtesting/ci/logging.debug.ini b/xtesting/ci/logging.debug.ini index 1c8d136a..eae8642b 100644 --- a/xtesting/ci/logging.debug.ini +++ b/xtesting/ci/logging.debug.ini @@ -45,7 +45,7 @@ args=(sys.stdout,) [handler_file] class=FileHandler -level=DEBUG +level=INFO formatter=standard args=("/var/lib/xtesting/results/xtesting.log",) -- cgit 1.2.3-korg