提交新项目

This commit is contained in:
kongyuebin
2019-12-19 14:47:58 +08:00
parent 7ba20ac1b9
commit f29066a984
609 changed files with 238892 additions and 0 deletions

17
jhagent/conf/app.conf Normal file
View 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