commit | 40455a6915e1f08e74a71d5c859ef93b6d815899 | [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 | f51e5ec4d7ebb6be110ef20eda6e000a04695221 [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>