Skip to content

Commit

Permalink
added masking instruction count log print
Browse files Browse the repository at this point in the history
Signed-off-by: David Ohana <[email protected]>
  • Loading branch information
davidohana committed Apr 20, 2022
1 parent 6570759 commit 7e340cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/drain_stdin_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

template_miner = TemplateMiner(persistence, config)
print(f"Drain3 started with '{persistence_type}' persistence")
print(f"{len(config.masking_instructions)} masking instructions are in use")
print(f"Starting training mode. Reading from std-in ('q' to finish)")
while True:
log_line = input("> ")
Expand Down

0 comments on commit 7e340cd

Please sign in to comment.