lvm2/0006-enhancement-modify-default-log-level-to-error-level.patch

27 lines
807 B
Diff
Raw Normal View History

2021-11-22 16:14:59 +08:00
From 28d86e18c53d93cf2958eb8de0c8452070405eb7 Mon Sep 17 00:00:00 2001
2019-09-30 11:03:04 -04:00
From: root <root@localhost.localdomain>
Date: Tue, 19 Mar 2019 15:44:17 +0800
2021-11-22 16:14:59 +08:00
Subject: [PATCH] modify default log level to error level
2019-09-30 11:03:04 -04:00
Signed-off-by: wangjufeng<wangjufeng@huawei.com>
2019-09-30 11:03:04 -04:00
---
conf/example.conf.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/example.conf.in b/conf/example.conf.in
2021-11-22 16:14:59 +08:00
index 7e52d36..a60b595 100644
2019-09-30 11:03:04 -04:00
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
2021-11-22 16:14:59 +08:00
@@ -860,7 +860,7 @@ log {
2019-09-30 11:03:04 -04:00
# There are 6 syslog-like log levels currently in use: 2 to 7 inclusive.
# 7 is the most verbose (LOG_DEBUG).
2021-11-22 16:14:59 +08:00
# This configuration option has an automatic default value.
- # level = 0
2019-09-30 11:03:04 -04:00
+ level = 3
# Configuration option log/indent.
# Indent messages according to their severity.
--
2021-11-22 16:14:59 +08:00
1.8.3.1
2019-09-30 11:03:04 -04:00