Closed ibyter closed 2 months ago
Good point. Yes, this is something worth improving for sure. Are you using log/slog or the log/Logger?
Please check the #225 PR to see if this will work for your use case.
Yes I am using slog package, and PR looks good
Awesome, I just merged it. You can use it from release v2.1.5. Please reopen if you run into any issues.
Currently when running a backtest:
Logs are printed alongside my app logs:
my logs are structured
{"time"..
, and get mixed with library logs2024/09/17 22:35:44 Backtesting...
It would be best if we can control the logger inside the library