a b/tmp_test.py
1
import logging
2
3
logger = logging.getLogger("DaemonLog")
4
5
def do_run():
6
    logger.info("hello world")