JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
254 stars 55 forks source link

Change matching limit constants #165

Closed ArtemKar123 closed 10 months ago

ArtemKar123 commented 10 months ago

Previously, plugin used first 25 lines of log to match format. Moreover, it required at least 5 matches in those 25 lines to match. This led to a lot of issues, mostly with multi-line matches. This pr changes the constants to 10000 first lines and 1 match.