tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
2 stars 1 forks source link

Fix: logging to stdout #168

Closed mosmuell closed 1 month ago

mosmuell commented 1 month ago

The logging config configured the default handler to write to stderr instead of stdout. This PR changes the behaviour.