bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Logging cannot be configured in python 3.12 #134

Open warownia1 opened 7 months ago

warownia1 commented 7 months ago

On Python version 3.12, slivka crashes immediately after the startup with ValueError: Unable to configure handler 'slivka.logging_queue'. The error is caused by new ways to configure QueueHandlers introduced in Python 3.12. See: Configuring QueueHandler and QueueListener