mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[9925] Add more log filters
* damage - different direct damage calculation tracing * combat - combat state updates, roll attack result and etc * spell_cast - spell cast progress and aura apply
This commit is contained in:
parent
b6d7365ac9
commit
d86dcd60d7
15 changed files with 89 additions and 81 deletions
|
|
@ -255,6 +255,9 @@ CleanCharacterDB = 1
|
|||
# LogFilter_SQLText
|
||||
# LogFilter_AIAndMovegens
|
||||
# LogFilter_PlayerStats
|
||||
# LogFilter_Damage
|
||||
# LogFilter_Combat
|
||||
# LogFilter_SpellCast
|
||||
# Log filters (disabled by default, mostly debug only output affected cases)
|
||||
# Default: 0 - include in log if log level permit
|
||||
# 1 - not include with any log level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue