Logging config
log_flag_check
log_flag_check = false
Enables logging of each flag check performed by the mod. Notes:
- Values:
trueorfalse - Useful for debugging or auditing permission behavior
- default:
false
log_flag_result
log_flag_result = false
Enables logging of the final result of each flag check. Notes:
- Values:
trueorfalse - Logs whether the check was allowed or denied
- default:
false
log_empty_results
log_empty_results = false
Enables logging of flag checks that produced no responsible region. Notes:
- Values:
trueorfalse - Helps identify missing region definitions or unintended behavior
- default:
false
log_result_values
log_result_values = ["Denied"]
Defines which flag result states should be logged. Notes:
- Values: list of
"Allowed"and/or"Denied" - By default, only denied results are logged
- default:
["Denied"]
log_flag_categories
log_flag_categories = ["player"]
Specifies which flag categories will be logged. Notes:
- Valid categories:
player,block,entity,item,environment,protection,* *logs all categories- default:
["player"]
log_flags
log_flags = ["break-blocks", "place-blocks"]
Specifies which specific flags should be logged. Notes:
- Values: list of valid flag names
- Filters log output to only the listed flags
- default:
[]