mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-05 22:27:33 +08:00
提交新项目
This commit is contained in:
17
jhagent/conf/app.conf
Normal file
17
jhagent/conf/app.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
appname = jhagent
|
||||
httpport = 12308
|
||||
#runmode = pro
|
||||
runmode = dev
|
||||
|
||||
#日志配置
|
||||
[logs]
|
||||
# 0 ~ 7, 日志级别
|
||||
#level =7
|
||||
level =7
|
||||
#日志保存路径
|
||||
filepath= ./logs/jhagent.log
|
||||
#需要显示的日志信息
|
||||
#separate="["emergency", "alert", "critical", "error", "warning", "notice", "info", "debug"]"
|
||||
separate="["emergency","alert","critical","error","warning","notice","info","debug"]"
|
||||
#日志保存最大天数
|
||||
maxdays=10
|
||||
Reference in New Issue
Block a user