-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
logging in v4 #105
Comments
It looks like it might be a problem with the rotor appender, I tried |
Hi Dmitri, sorry for the delayed reply. It's very likely a bug in the rotor appender; I didn't look too closely at (or test) any of the 3rd-party appenders when migrating stuff to v4. Just taking a couple days off from GitHub atm; will make this a priority when I'm back at work. Sorry for the trouble! |
No worries, if I get a chance I'll take a look and let you know what I find. :) |
so turns out it was just the default log level being set to :warn that was screwing it up |
Closing with 338b952 |
I can't seem to get anything to log using version 4, this is what I've got:
I imagine I'm missing something obvious here, but based on the docs this looks like it should work. I've tried both with
:rotor
and without and I'm not seeing a log file being created nor any output in the system out.The text was updated successfully, but these errors were encountered: