Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidohana committed Sep 12, 2021
1 parent 0504b76 commit 3126b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ Our project welcomes external contributions. Please refer to [CONTRIBUTING.md](C
* Fixed bug in original Drain: log clusters were created multiple times for
log messages with fewer tokens than `max_node_depth`.
* Changed `depth` property name to a more descriptive name `max_node_depth`
as Drain always subtracts 2 of `depth` argument value. Also added `log_cluster_depth`
as Drain always subtracts 2 of `depth` argument value. Also added `log_cluster_depth`
property to reflect original value of depth argument (Breaking Change).
* Restricted `depth` param to minimum sensible value of 3
* Restricted `depth` param to minimum sensible value of 3.
* Added log cluster count to nodes in `Drain.print_tree()`
* Added optional log cluster details to `Drain.print_tree()`

Expand Down

0 comments on commit 3126b2a

Please sign in to comment.