1 Star 0 Fork 1

刘荣飞/noxue-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
log4rs.yaml 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘荣飞 提交于 2022-03-17 00:06 . 实现基本功能
# log4rs.yaml
# 检查配置文件变动的时间间隔
refresh_rate: 30 seconds
# appender 负责将日志收集到控制台或文件, 可配置多个
appenders:
stdout:
kind: console
file:
kind: file
path: "log/log.log"
encoder:
# log 信息模式
pattern: "{d} - {M}:{L} -> {m}{n}"
# 对全局 log 进行配置
root:
level: debug
appenders:
- stdout
- file
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dot2-com/noxue-code.git
git@gitee.com:dot2-com/noxue-code.git
dot2-com
noxue-code
noxue-code
main

搜索帮助