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
We can use timbre to implement logging functionalities.
timbre
The text was updated successfully, but these errors were encountered:
I added timbre and configured a basic file appender: 8ec0f94
What do we log now? :)
Sorry, something went wrong.
Turns out it's better to let shelob user take care of logging and handle exceptions.
shelob
Note that the basic file appender needs to be configured, otherwise shelob's clients will find a shelob.log file in the root of their projects.
shelob.log
manuel-uberti
No branches or pull requests
We can use
timbre
to implement logging functionalities.The text was updated successfully, but these errors were encountered: