logpai / logparser

A machine learning toolkit for log parsing [ICSE'19, DSN'16]
Other
1.6k stars 551 forks source link

How does the logpai/Drain3 repository compare to the implementation in this repository? #106

Closed AdrianIssott closed 12 months ago

AdrianIssott commented 1 year ago

In particular, is https://github.com/logpai/Drain3 more up-to-date or otherwise preferred compared to https://github.com/logpai/logparser/tree/main/logparser/Drain? The two implementations are different despite having the same name.

zhujiem commented 12 months ago

If you want to use it for research, please use logparser/Drain, which is our prototype implementation. If you want to use it for production logs, please consider Drain3, which is largely extended based on Drain.