Closed khatchad closed 5 years ago
I have a question. When the setting is not considering WARNING/SEVERE/CONFIG, there is an enclosing method with the highest DOI values and its original log level is INFO. Does our plugin transform it into SEVERE? View in Slack
Our setting is not considering SEVERE, but the tool tries to transform INFO into SEVERE. Does it make sense? View in Slack
In this case it would leave it as INFO View in Slack
The approach is as follows. If the "treat WARNING/SEVERE/CONFIG as log categories" is selected:
The effect is that the tool will never transform log levels to WARNING or SEVERE even if the DOI falls within the respective boundaries.
The chosen setting (sans CONFIG) should not produce a customized DOI boundaries table. Instead, the DOI boundaries should be built for all levels regardless of the setting. This does not include the CONFIG option, which I think should go away, but that is a different issue.