ponder-lab / Rejuvenate-Logging-Levels

An Eclipse plug-in research prototype for automatically rejuvenating log statement levels using degree of interest
Eclipse Public License 2.0
2 stars 3 forks source link

Add setting to not lower logs with particular keywords in their messages #206

Closed yiming-tang-cs closed 5 years ago

yiming-tang-cs commented 5 years ago

Per jenkinsci/jenkins#4007, there are some logs that shouldn't be lowered. Some of them have words like "failed" and "disabled". We could also add "error" to that list. The comparison should be case insensitive. This is a precursor to #207.

--Commented by @khatchad

yiming-tang-cs commented 5 years ago

Do we need to count the number of log levels which are not transformed due to it?

khatchad commented 5 years ago

Also "exception."

khatchad commented 5 years ago

@saledouble Has this been completed?

yiming-tang-cs commented 5 years ago

Yes.