Skip to content

Commit

Permalink
Add initial module execution log entry
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Wolf <[email protected]>
  • Loading branch information
NotTheEvilOne committed Apr 28, 2024
1 parent 150acf3 commit 8a8959e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rookify/modules/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ def __init__(self, config: Dict[str, Any], data: Dict[str, Any], module_path: st
self.__ssh: Optional[ModuleHandler.__SSH] = None
self.__logger = get_logger()

self.__logger.debug("Executing {0}", self.__class__.__name__)

@abc.abstractmethod
def preflight(self) -> None:
"""
Expand Down

0 comments on commit 8a8959e

Please sign in to comment.