-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to control library logs/output #224
Comments
Good point. Yes, this is something worth improving for sure. Are you using log/slog or the log/Logger? |
Merged
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: