In glog the --stderrthreshold allows value 4 to avoid copying any message no matter the level to stderr. In abseil the value must be a valid level, so at least FATAL messages are always logged.
Is there a way to completely stop the copying of messages to stderr?