diff options
author | Yann Dirson <yann@blade-group.com> | 2020-10-09 18:20:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-10 13:37:56 +0100 |
commit | 68aa8a24b1af1e6eff36c44f9c2722869bcaa855 (patch) | |
tree | dae7fe59f0022dc0c4f62eee42d3184659b120e7 /meta/classes/kernel-yocto.bbclass | |
parent | c46b3352aa2276ddc9a314eefdd43e4240d09cc7 (diff) | |
download | poky-68aa8a24b1af1e6eff36c44f9c2722869bcaa855.tar.gz |
rngd: fix --debug to also filter syslog() calls
Debug logs were only controlled by --debug flag while in --foreground mode.
In --daemon mode (the default for us) /var/log/message got stuffed with
details of entropy pool refilling, which is useless in production, and
hamful when log rotation then gets rid of the more useful logs.
This change makes the two modes consistently only produce debug logs when
--debug is specified.
(From OE-Core rev: 914526868656fd279b13ba8e4d721d27cb2a8792)
Signed-off-by: Yann Dirson <yann@blade-group.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
0 files changed, 0 insertions, 0 deletions