getLogger
isn't being emitted when picologging
is used instead of logging
#3673
winstxnhdw
started this conversation in
Potential Issues
Replies: 1 comment 2 replies
-
Since it doesn't seem like you're using any logging provided by Litestar, I'm going to say that's a picologging issue. Do you have any logging configured in Litestar? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this should be an issue of
Litestar
orpicologging
, but since Litestar explicitly says that it supportspicologging
, I thought I should leave this here first.I have a simple exception handler. When
picologging
is used instead oflogging
, it no longer emits the exception.I wonder if it has anything to do with any of these limitations: https://microsoft.github.io/picologging/limitations.html.
Beta Was this translation helpful? Give feedback.
All reactions