[8d2107]: / tmp_test.py

Download this file

7 lines (4 with data), 102 Bytes

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