Diff of /tmp_test.py [000000] .. [8d2107]

Switch to unified view

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