diff --git a/pyproject.toml b/pyproject.toml index d2f7bd3..8dc39db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydase" -version = "0.10.5" +version = "0.10.6" description = "A flexible and robust Python library for creating, managing, and interacting with data services, with built-in support for web and RPC servers, and customizable features for diverse use cases." authors = ["Mose Mueller "] readme = "README.md" diff --git a/src/pydase/utils/logging.py b/src/pydase/utils/logging.py index ddd6f11..cb83c04 100644 --- a/src/pydase/utils/logging.py +++ b/src/pydase/utils/logging.py @@ -33,7 +33,7 @@ LOGGING_CONFIG = { "default": { "formatter": "default", "class": "logging.StreamHandler", - "stream": "ext://sys.stderr", + "stream": "ext://sys.stdout", }, }, "loggers": {