doublep / logview

Emacs mode for viewing log files
GNU General Public License v3.0
154 stars 18 forks source link

Can't get entries to be matched #42

Closed anonimitoraf closed 3 years ago

anonimitoraf commented 3 years ago

I've set up the following:

Date format: image

Filter: image

Highlight test view: image

Despite the above, no highlighting happens image

Am I doing anything wrong?

doublep commented 3 years ago

If submode is not recognized, nothing will work: views, filters, and so on. The very first thing is to have submode configured. It seems you need to add an additional submode with format string "TIMESTAMP LEVEL". Default submodes do not match since they all expect thread somewhere.

anonimitoraf commented 3 years ago

Ah right. Thanks!