mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-18 01:49:25 +01:00
docs: updating readme
This commit is contained in:
@@ -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.")
|
||||||
|
|||||||
Reference in New Issue
Block a user