alioth/star-tune/.env
2025-05-30 09:18:01 +08:00

6 lines
337 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 日志配置
LOG_LEVEL=debug # 日志级别debug, verbose, info, warn, error
LOG_MAX_FILES=30d # 保留日志文件的时间
LOG_MAX_SIZE=20m # 单个日志文件的最大大小
LOG_DIRECTORY=logs # 日志文件存储目录
LOG_CONSOLE=true # 是否在控制台输出日志