logging channels; training steps storage
This commit is contained in:
17
config/logging.env.example
Normal file
17
config/logging.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user