From 6367075dfe517263f54df2148d4bab353222f5a9 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 21:21:10 +0200 Subject: [PATCH] logging: remove superfluous default n for boolean bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas --- subsys/logging/Kconfig.formatting | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/logging/Kconfig.formatting b/subsys/logging/Kconfig.formatting index c85e4f0972d..0a942fff37c 100644 --- a/subsys/logging/Kconfig.formatting +++ b/subsys/logging/Kconfig.formatting @@ -108,7 +108,6 @@ config LOG_BACKEND_FORMAT_TIMESTAMP config LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP bool "Format timestamp in Linux format" - default n help This formatting is something in the middle between the pure raw format and the hh:mm:ss:ms,us one. It resembles the Linux's kernel format in