add log type file
All checks were successful
Gitea Actions Demo / host-commands (push) Successful in 0s
All checks were successful
Gitea Actions Demo / host-commands (push) Successful in 0s
This commit is contained in:
3
.env
3
.env
@ -4,7 +4,8 @@ DEBUG=true
|
|||||||
|
|
||||||
# 日志配置
|
# 日志配置
|
||||||
LOG_LEVEL=DEBUG
|
LOG_LEVEL=DEBUG
|
||||||
LOG_TYPE=console
|
LOG_TYPE=console,file
|
||||||
|
LOG_FILE_PATH=logs
|
||||||
|
|
||||||
# 数据库配置
|
# 数据库配置
|
||||||
DB_HOST= 47.119.128.161 # 192.168.1.200
|
DB_HOST= 47.119.128.161 # 192.168.1.200
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
|
logs
|
||||||
Reference in New Issue
Block a user