jderrien

Results 5 comments of jderrien

The problem seems to be with the `queue_listener` handler. Using the `console` one works. Tested with Python 3.12.2. Former Python 3.12 versions won't work due to https://github.com/python/cpython/issues/111615. I'm not familiar...

@provinzkraut I'm happy to help here, in particular if I broke something @teddybee I double checked and it seems it works as expected for me: ```shell $ python --version Python...

> If that matters, picologging is installed as a dependency. It might be the problem. If `picologging` is installed, Litestar will use it by default. The code you posted refers...

@Alc-Alc At least, https://docs.litestar.dev/2/usage/logging.html is up-to-date 👍

Hello 👋 I plan to set `LoggingConfig.log_exceptions` to `always` by default in a future release if everyone agree. I'm not sure we want to add more features to `LoggingConfig`. The...