Skip to content
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

log level :all ? #78

Closed
akaranta opened this issue Aug 21, 2014 · 3 comments
Closed

log level :all ? #78

akaranta opened this issue Aug 21, 2014 · 3 comments

Comments

@akaranta
Copy link

A beginner level question: I have some messages I'd like logged no matter what the logging level (unless it's off). I imagine log4j's level ALL acts like this. Is there anything like this in timbre? Any workarounds?

@ptaoussanis
Copy link
Member

Sure, the :report level will do this for you.

So something like (timbre/report "Hello, world") will always log at any logging level. Does that help?

@akaranta
Copy link
Author

Yes, thanks a lot!

@ptaoussanis
Copy link
Member

Cool, just shout if there's anything else I can assist with later. Cheers! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants