Lean icon indicating copy to clipboard operation
Lean copied to clipboard

Adjust Config.Get to just log in debug mode

Open Martin-Molinero opened this issue 1 month ago • 0 comments

  • Config.Get logs a lot, adjust it only to log in debug mode. For example the following should be debug mode:
 TRACE:: Config.Get(): Configuration key not found. Key: transaction-handler - Using default value: BacktestingTransactionHandler
 TRACE:: Config.Get(): Configuration key not found. Key: real-time-handler - Using default value: BacktestingRealTimeHandler
 TRACE:: Config.Get(): Configuration key not found. Key: data-feed-handler - Using default value: FileSystemDataFeed
 TRACE:: Config.Get(): Configuration key not found. Key: data-permission-manager - Using default value: DataPermissionManager

Martin-Molinero avatar Nov 26 '25 19:11 Martin-Molinero