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

Try dividing the boundaries logarithmically #233

Closed khatchad closed 5 years ago

khatchad commented 5 years ago

The smallest bucket should be for FINEST while the largest should be for INFO or FATAL depending on the settings selected.

yiming-tang-cs commented 5 years ago

Maybe log base 10 is better than base 2/e?

yiming-tang-cs commented 5 years ago

Original data: results_div_128.zip

Data after dividing the boundaries logarithmically (using the setting "do not consider SEVERE/WARNING/CONFIG"): results_log_setting1.zip

yiming-tang-cs commented 5 years ago

Data after dividing the boundaries logarithmically (using another setting(consider CONFIG/WARNING/SEVERE)): results_setting_2.zip

khatchad commented 5 years ago

This is blocked on #232.