Changes between Initial Version and Version 1 of LogView


Ignore:
Timestamp:
Jan 18, 2019, 4:12:34 PM (5 years ago)
Author:
hales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LogView

    v1 v1  
     1= Logview =
     2
     3command-line watch Pepper's logs with text highlighting
     4
     5*
     6{{{
     7logview
     8}}}
     9  watches and prints all logs in `/var/log/naoqi/` with colored date, time and errors
     10*
     11{{{
     12logview dialog
     13}}}
     14  filter and highlight log parts related to dialog (see the source code for specifics)
     15*
     16{{{
     17logview detect
     18}}}
     19  filter and highlight log parts related to person detection (see the source code for specifics)
     20*
     21{{{
     22logview -f coming -f mov\\w+,bright_red -k
     23}}}
     24  highlight log parts containing the text `coming` (case insensitive, in default yellow) or (sub)words starting with `mov` in bright red. Non-filter texts are also displayed (`-k`)
     25