# name of the priv needed to use commands. will be created if it doesn't exist.
debuggery.admin_priv (admin priv) string server

# how many us to consider an entity's on_step to be "laggy"
debuggery.entity_lag_log_threshold (entity lag threshold) int 450000 0

# interval between printing the instrumentation report to the log
debuggery.instrumentation_report_interval (report interval) int 1 0

# list of mods to instrument on load. delimited by `string.split`
debuggery.instrument_on_load (instrument mods on load) string

debuggery.instrument_log_every_call () bool false
