diff --git a/boswatch/router/route.py b/boswatch/router/route.py index 4077076..42072f5 100644 --- a/boswatch/router/route.py +++ b/boswatch/router/route.py @@ -15,6 +15,10 @@ @description: Class for a single BOSWatch packet router route point """ +import logging + +logging.debug("- %s loaded", __name__) + class Route: """!Class for single routing points"""