登入

DMapServer / DMapServer4.1 · 文件

GitLab

  • 转到群组
  • 项目
  • 活动
  • 文件
  • 提交
  • 构建 0
  • 图表
  • 里程碑
  • 问题 0
  • 合并请求 0
  • 标记
  • 维基
  • 派生
  • 网络
  • DMapServer4.1
  • src
  • core
  • log.config
  • Revert "wzp" ...
    6a5316bc
    This reverts commit 14601d37
    WZP 万忠平 在
    2022-01-04 02:21:13 +0000  
    创建 浏览目录 »
log.config 233 Bytes
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10
[Core]
Filter="%Severity% >= debug"

[Sinks.TextFileSettings]
Destination=TextFile
FileName="dmap_%Y%m%d.log"
AutoFlush=true
Format="[%TimeStamp%] [%Uptime%] [%Scope%] <%Severity%> %Message%"
Asynchronous=false
Append=true