📜  前缀搞砸了我的世界 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:50.140000             🧑  作者: Mango

代码示例1
ConfigVersion: 0.5
Filters:
- FilterName: Filter CantKeepUp Messages
  FilterType: Exact
  ConsoleLevel: Info
  ConsoleMessage: Can't keep up! Did the system time change, or is the server overloaded?
- FilterName: Filter all Warnings
  FilterType: Level
  ConsoleLevel: Warning
  LogToFile: true
  LogfileSuffix: Warnings
- FilterName: Filter lost connections
  FilterType: RegEx
  ConsoleMessage: '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}:[0-9]{4,5} lost connection'
  LogToFile: true
  LogfileSuffix: LostConnections