$ python detect.py --file sample_logs/auth.log ...
batch — Process the entire log file at once, output results to CSV. stream — Simulate log lines arriving one-by-one (or in micro-batches) with a configurable delay, printing live detections to console ...