jderrien

Results 3 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...