docs: updating readme

This commit is contained in:
Mose Müller 2023-10-16 17:17:39 +02:00
parent 7a78713388
commit a3c2672458

View File

@ -497,7 +497,7 @@ You can change the log level of the logger by either
from pydase.utils.logging import setup_logging
setup_logging("INFO") # or setup_logging(logging.INFO)
logger = logging.getLogger(__main__)
logger = logging.getLogger()
# ... and your log
logger.info("My info message.")