lvm2/9003-enhancement-modify-default-log-level-to-error-level.patch
2019-09-30 11:03:04 -04:00

26 lines
768 B
Diff

From 2a0100ad8fd91ff367948fb79d7a2430380e1cb8 Mon Sep 17 00:00:00 2001
From: root <root@localhost.localdomain>
Date: Tue, 19 Mar 2019 15:44:17 +0800
Subject: [PATCH 1/2] modify default log level to error level
---
conf/example.conf.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 1f7b264..9a465ca 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -585,7 +585,7 @@ log {
# The level of log messages that are sent to the log file or syslog.
# There are 6 syslog-like log levels currently in use: 2 to 7 inclusive.
# 7 is the most verbose (LOG_DEBUG).
- level = 0
+ level = 3
# Configuration option log/indent.
# Indent messages according to their severity.
--
2.19.1