On 24/08/2023 10:02 am, Roger Pau Monne wrote: > From: Ross Lagerwall <ross.lagerw...@citrix.com> > > Not displaying INFO messages by default on release builds is not > helpful, as messages of that level are relevant for hypervisor > operation. For example messages related to livepatches applied and > reverted are of INFO level. > > Custom builds that require less verbose output can adjust it using the > command line, but attempt to provide all relevant information by > default on release builds. > > Adjust the loglevel of printks that don't have an associated level to > INFO instead of WARNING, since INFO will now be printed by default on > all builds. > > Signed-off-by: Ross Lagerwall <ross.lagerw...@citrix.com> > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> This is very long overdue.