commit | 34dc804fca8df9ce0d655ad801766669c81ce9ba | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Oct 27 19:55:30 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 30 10:55:26 2020 -0400 |
tree | c23e154c70eefef29d43f0bbe439777261bd3fc4 | |
parent | 14e9986cc4a5dc1f1bb2be4ff7080d2d137178a2 [diff] |
log: Add filter flag to match greater than a log level This is the complement of the existing behavior to match only messages with a log level less than a threshold. This is primarily useful in conjunction with LOGFF_DENY. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>