Fix logging and remove cruft.
[kiosk.git] / kiosk.py
index 75abed797a54748c79e33f774e871a1f79ac1923..3a593b351ba8dfcf4fbde55b64b082a52d4a7ce1 100755 (executable)
--- a/kiosk.py
+++ b/kiosk.py
@@ -38,7 +38,7 @@ import trigger_catalog
 cfg = config.add_commandline_args(
     f"Kiosk Server ({__file__})", "A python server that runs a kiosk."
 )
-logger = logging.getLogger(__file__)
+logger = logging.getLogger(__name__)
 
 
 @logging_utils.LoggingContext(logger, prefix="janitor:")