diff --git a/examples/drain_stdin_demo.py b/examples/drain_stdin_demo.py index ab3018b..da85dd8 100644 --- a/examples/drain_stdin_demo.py +++ b/examples/drain_stdin_demo.py @@ -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("> ")