18 lines
752 B
Plaintext
18 lines
752 B
Plaintext
# Logging Configuration
|
|
# Comma-separated list of enabled logging channels
|
|
# Available channels: core, trading, training, inference, pivots, data, websocket, api, webui, performance, debug
|
|
# Leave empty to use defaults (pivots, websocket, api, webui, debug are disabled by default)
|
|
|
|
# Example: Enable all channels
|
|
# LOG_CHANNELS=core,trading,training,inference,pivots,data,websocket,api,webui,performance,debug
|
|
|
|
# Example: Minimal logging (core operations only)
|
|
# LOG_CHANNELS=core,trading,training,inference
|
|
|
|
# Example: Debug mode (enable everything)
|
|
# LOG_CHANNELS=core,trading,training,inference,pivots,data,websocket,api,webui,performance,debug
|
|
|
|
# Default (recommended for production)
|
|
LOG_CHANNELS=core,trading,training,inference,data,performance
|
|
|