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

Switch to side-by-side view

--- a
+++ b/tmp_test.py
@@ -0,0 +1,6 @@
+import logging
+
+logger = logging.getLogger("DaemonLog")
+
+def do_run():
+    logger.info("hello world")