logpai / Drain3

A robust streaming log template miner based on the Drain algorithm
Other
450 stars 130 forks source link

Documentation Fix #85

Closed diveshlunker closed 1 year ago

diveshlunker commented 1 year ago

Corresponding code checks in DrainBase

        if depth < 3:
            raise ValueError("depth argument must be at least 3")
Superskyyy commented 1 year ago

Great! Thanks for finding the problem.