On 10/09/18 23:26, Neels Hofmeyr wrote:
Hi list,
looking at the logging code, I was surprised: turns out the 'logging level all everything', though quite a misnomer, was an important counterpart to 'logging level all (debug|...|fatal)'. It worked like this:
Ahem. https://osmocom.org/issues/71#note-17
# the way to get rid of the forced level was: logging level all everything # Now we see above configured behavior of foo == fatal, bar == debug
This is *still the case*, only that we're now ignoring the 'everything' keyword. The consequence is that we can force all categories and clamp them to all-the-same level, but we cannot lift that clamp anymore! :/