We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for creating this in Go.
I need to silence the default logging output, it is too verbose: amplitude-analytics - 2024/01/13 23:51:58 Debug: Track event:
amplitude-analytics - 2024/01/13 23:51:58 Debug: Track event:
How can I silence this type of output, or make it less verbose? Preferably I would like to only log when there are errors.
The text was updated successfully, but these errors were encountered:
Did you try to create a custom implementation of the Logger interface that logs only errors and pass it as a part of the Config?
Sorry, something went wrong.
No branches or pull requests
Thank you for creating this in Go.
I need to silence the default logging output, it is too verbose:
amplitude-analytics - 2024/01/13 23:51:58 Debug: Track event:
How can I silence this type of output, or make it less verbose? Preferably I would like to only log when there are errors.
The text was updated successfully, but these errors were encountered: