Agent: Log the path of the log file to stdout

This commit is contained in:
Mike Salvatore 2022-03-10 08:56:05 -05:00
parent 02accde812
commit 2d2338f1f6
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ def main():
)
logger.info(f"version: {get_version()}")
logger.info(f"writing log file to {log_path}")
monkey = monkey_cls(monkey_args)