27 lines
807 B
Diff
27 lines
807 B
Diff
From 28d86e18c53d93cf2958eb8de0c8452070405eb7 Mon Sep 17 00:00:00 2001
|
|
From: root <root@localhost.localdomain>
|
|
Date: Tue, 19 Mar 2019 15:44:17 +0800
|
|
Subject: [PATCH] modify default log level to error level
|
|
|
|
Signed-off-by: wangjufeng<wangjufeng@huawei.com>
|
|
---
|
|
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 7e52d36..a60b595 100644
|
|
--- a/conf/example.conf.in
|
|
+++ b/conf/example.conf.in
|
|
@@ -860,7 +860,7 @@ log {
|
|
# There are 6 syslog-like log levels currently in use: 2 to 7 inclusive.
|
|
# 7 is the most verbose (LOG_DEBUG).
|
|
# This configuration option has an automatic default value.
|
|
- # level = 0
|
|
+ level = 3
|
|
|
|
# Configuration option log/indent.
|
|
# Indent messages according to their severity.
|
|
--
|
|
1.8.3.1
|
|
|