Commit 16972ca1 by 宋毅

tj

parent 0c7adeda
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"type": "file", "type": "file",
"filename": "logs/infoFile/info", "filename": "logs/infoFile/info",
"encoding": "utf-8", "encoding": "utf-8",
"maxLogSize": 100000, "maxLogSize": 10000,
"backups": 5, "backups": 5,
"pattern": "-yyyy-MM-dd-hh.log", "pattern": "-yyyy-MM-dd-hh.log",
"category": "info_file" "category": "info_file"
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"type": "file", "type": "file",
"filename": "logs/errorFile/error", "filename": "logs/errorFile/error",
"encoding": "utf-8", "encoding": "utf-8",
"maxLogSize": 100000, "maxLogSize": 10000,
"backups": 5, "backups": 5,
"pattern": "-yyyy-MM-dd-hh.log", "pattern": "-yyyy-MM-dd-hh.log",
"category": "error_file" "category": "error_file"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment