diff options
author | Adam Spragg <adam@spra.gg> | 2022-05-23 15:59:24 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-05-24 10:12:33 +0100 |
commit | 2e368d6bfdfba4efc651b5cfcd37b075deb79e4d (patch) | |
tree | 214bf3cd0288041e951848adb2eece453330d59d /ONEWS | |
parent | a0902fe51010645f779e4d02cd46f35e488b8bd2 (diff) |
Change "compare" output from MSG_QUIET to MSG_NORMAL.
Compare output is... just output. We shouldn't need to pass two "-q"
options to shut it up.
Likening the metastore MSG_* levels to syslog() LOG_* levels, MSG_DEBUG
works like LOG_DEBUG, and the WARNING/ERROR/CRITICAL also have similar
roles. That leaves MSG_NORMAL as the equivalent of LOG_INFO, and
MSG_QUIET as the equivalent of LOG_NOTICE.
LOG_NOTICE is documented as for "normal, but significant, condition"
which tracks what MSG_QUIET is for - things that aren't errors, but that
you want to know about even when you've asked for quiet.
Whereas the output of "compare" is just regular output. Finding a
difference isn't a significant condition - it's exactly what you've
asked it to look for.
Diffstat (limited to 'ONEWS')
0 files changed, 0 insertions, 0 deletions