Skip to main content

Debug Configuration

Settings under debug: for logging and diagnostics.

KeyTypeDefaultDescription
enabledbooleanfalseMaster debug switch.
protectionbooleanfalseLog protection plugin integration checks.
performancebooleanfalseLog performance monitoring data.
operationsbooleanfalseLog tool operations.
cooldownbooleanfalseLog cooldown system activity.
durabilitybooleanfalseLog durability system activity.
integrationbooleanfalseLog plugin integration activity.
show-timestampsbooleantrueShow timestamps in debug messages.
show-thread-infobooleanfalseShow thread information in debug messages.
log-to-filebooleanfalseSave debug logs to file.
log-filestring"logs/sigmatools-debug.log"Debug log file path.
log-levelstring"INFO"One of DEBUG, INFO, WARN, ERROR.

Debug logging can also be toggled at runtime without editing the config:

/sigmatools debug toggle all on
/sigmatools debug toggle operations on
/sigmatools debug status

Exampleโ€‹

debug:
enabled: true
protection: true
performance: true
operations: true
cooldown: false
durability: false
integration: true
show-timestamps: true
show-thread-info: false
log-to-file: true
log-file: "logs/sigmatools-debug.log"
log-level: "INFO"

See Alsoโ€‹