logread: add option to filter for facilities
authorZefir Kurtisi <zefir.kurtisi@neratec.com>
Thu, 25 Jul 2019 15:43:15 +0000 (17:43 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 22 Oct 2019 11:01:02 +0000 (13:01 +0200)
commit17689b61a1cdc05b2c27fc5a33407e1a3c384137
tree491e0bd7c983bcdd2a29dec362019cfe702c04e4
parentc9ffeac74a3de0ea6cd6b79b9ce9238668be388c
logread: add option to filter for facilities

This adds filtering options for facilities as follows:
    -z <facility> handle only messages with given facility (0-23), repeatable
    -Z <facility> ignore messages with given facility (0-23), repeatable

With that
* 'logread -z 2 -z 16' will display all MAIL and LOCAL0 messages, while
* 'logread -Z 2 -Z 16' will display all but MAIL and LOCAL0 messages

Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
log/logread.c