forked from p15670423/monkey
Agent: Log the path of the log file to stdout
This commit is contained in:
parent
02accde812
commit
2d2338f1f6
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue