Fixed
Details
Assignee
Matthew BuckettMatthew BuckettReporter
Sam OttenhoffSam OttenhoffLabels
Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Matthew Buckett
Matthew BuckettReporter
Sam Ottenhoff
Sam OttenhoffLabels
Components
Fix versions
Affects versions
Priority
Created July 8, 2015 at 12:40 PM
Updated July 28, 2015 at 10:05 AM
Resolved July 24, 2015 at 3:43 AM
log4j definitions:
The WARN level designates potentially harmful situations.
he ERROR level designates error events that might still allow the application to continue running.
Using log4j.properties, we're able to send a certain threshold to centralized exception reporting tools like Sentry.
Many Sakai stacktraces are sent with a WARN instead of ERROR. My argument is that if we are sending a stacktrace, it should be an ERROR. If we are catching something we know can go wrong, then let's just WARN about what happened without a stacktrace.