moving around
This commit is contained in:
15
web/pack/config/yawp-logging.toml
Normal file
15
web/pack/config/yawp-logging.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
["YetAnotherWorldProtector logging configuration"]
|
||||
#Enable logging of flag checks.
|
||||
log_flag_check = false
|
||||
#Enable logging of flag check results.
|
||||
log_flag_result = false
|
||||
#Enable logging of empty (without responsible region) flag check results.
|
||||
log_empty_results = false
|
||||
#List of flags result states which shall be logged. By default only denied results will be logged.
|
||||
# Valid FlagStates are: allowed and denied
|
||||
log_result_values = ["Denied"]
|
||||
#List of flag categories which shall be logged.
|
||||
#Valid categories are: player, block, entity, item, environment, protection and * (for all).
|
||||
log_flag_categories = ["player"]
|
||||
#List of flags which shall be logged.
|
||||
log_flags = ["break-blocks", "place-blocks"]
|
||||
Reference in New Issue
Block a user