= Logview = command-line watch Pepper's logs with text highlighting * {{{ logview }}} watches and prints all logs in `/var/log/naoqi/` with colored date, time and errors * {{{ logview dialog }}} filter and highlight log parts related to dialog (see the source code for specifics) * {{{ logview detect }}} filter and highlight log parts related to person detection (see the source code for specifics) * {{{ logview -f coming -f mov\\w+,brightred -k }}} 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`) * {{{ logview -t }}} show also a few last lines before start == Installation == Source code is in [https://gitlab.fi.muni.cz/nlp/pepper-shell-tools/blob/master/bin/logview gitlab]. The tool is in Perl. It needs a perl module [https://metacpan.org/pod/File::Tail File::Tail] from [https://www.cpan.org CPAN]. Easy installation with Pepper: {{{ cpan File::Tail }}}