32 lines
751 B
Diff
32 lines
751 B
Diff
From d416900818c635feb180ba85660d77cf83c99daa Mon Sep 17 00:00:00 2001
|
|
From: luhuaxin <1539327763@qq.com>
|
|
Date: Thu, 30 Sep 2021 20:46:12 +0800
|
|
Subject: [PATCH] set default log path
|
|
|
|
Signed-off-by: luhuaxin <1539327763@qq.com>
|
|
---
|
|
misc/config/config.json | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/misc/config/config.json b/misc/config/config.json
|
|
index 49b9e0b..1e16f16 100644
|
|
--- a/misc/config/config.json
|
|
+++ b/misc/config/config.json
|
|
@@ -8,10 +8,10 @@
|
|
"policies": "/var/local/secpaver/policies"
|
|
},
|
|
"log":{
|
|
- "path":"",
|
|
+ "path":"/var/log/secpaver/pavd.log",
|
|
"level":"info",
|
|
"maxFileSize": 10,
|
|
"maxFileNum": 20,
|
|
"maxFileAge": 30
|
|
}
|
|
-}
|
|
\ No newline at end of file
|
|
+}
|
|
--
|
|
1.8.3.1
|
|
|