From 6e93145f2350ee0c51098ded94d6a43ae87029df Mon Sep 17 00:00:00 2001 From: Darragh O'Reilly Date: Mon, 29 Jul 2019 17:22:51 +0100 Subject: [PATCH] Fix openstack_log debug level So ":set-min-log-level info" gets rid of lines with DEBUG. --- src/default-log-formats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default-log-formats.json b/src/default-log-formats.json index 29179836..95eeee3a 100644 --- a/src/default-log-formats.json +++ b/src/default-log-formats.json @@ -1055,7 +1055,7 @@ "info" : "INFO", "warning" : "WARNING", "trace" : "TRACE", - "debug" : "AUDIT" + "debug" : "DEBUG" }, "value" : { "tid" : {