mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-06 13:30:41 +02:00
docs: updating readme
This commit is contained in:
parent
7a78713388
commit
a3c2672458
@ -497,7 +497,7 @@ You can change the log level of the logger by either
|
|||||||
from pydase.utils.logging import setup_logging
|
from pydase.utils.logging import setup_logging
|
||||||
|
|
||||||
setup_logging("INFO") # or setup_logging(logging.INFO)
|
setup_logging("INFO") # or setup_logging(logging.INFO)
|
||||||
logger = logging.getLogger(__main__)
|
logger = logging.getLogger()
|
||||||
|
|
||||||
# ... and your log
|
# ... and your log
|
||||||
logger.info("My info message.")
|
logger.info("My info message.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user