logging channels; training steps storage

This commit is contained in:
Dobromir Popov
2025-11-22 12:47:43 +02:00
parent 7a219b5ebc
commit e404658dc7
9 changed files with 938 additions and 37 deletions

View 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