-
Notifications
You must be signed in to change notification settings - Fork 10
Logging
Leaf26 edited this page Jun 17, 2026
·
1 revision
logging.yml enables or disables individual console-log categories. All category keys are booleans.
| Key | Default | Logs |
|---|---|---|
detailed_reload |
false |
Every file reloaded during /rtp reload. |
detailed_region_init |
false |
Region initialization details. |
command |
false |
Player-executed RTP commands. |
teleport |
true |
Successful teleport events. |
event_changeworld |
true |
RTP triggered by world changes. |
event_join |
true |
RTP triggered on join. |
event_respawn |
true |
RTP triggered on respawn. |
event_move |
true |
Move-event processing. |
event_teleport |
true |
Teleport-event processing. |
selection_failure |
true |
Location-selection failures. Frequent hits (more than ~1/second) usually mean broken config or worldgen. |
system_memory_tracker |
false |
Debug logs for memory activity. |
system_database |
false |
Debug logs for database activity. |
| Key | Default | Purpose |
|---|---|---|
min_level |
INFO |
Plugin-scoped minimum log level. The effective filter is the finer of this and the server logger's own level; ALL keeps behavior identical to the server logger. Options: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF. |
version is an internal config version - do not change it.