[config] 修改默认日志级别为INFO

This commit is contained in:
Wizerd
2024-02-02 22:34:53 +08:00
parent 7bab632262
commit e4fc4458a5

View File

@@ -1,5 +1,5 @@
{
"log_level": "DEBUG",
"log_level": "INFO",
"need_log_to_file": "true",
"process_workers": 2,
"process_threads": 2,