-
Task
-
Resolution: Fixed
-
Minor
-
None
-
-
Evergreen - Milestone 1
Per this discussion on jenkinsci-dev, we should prototype whether we can inject custom logger simply through the java.util.logging support already present in the JVM.
The original thread I posted contains some requirements.
I currently define "error telemetry" to include:
- Uncaught exceptions which cause the Evil Jenkins 500 page
- Logged ERROR messages, with or without exceptions
- Logged WARN messages, with or without exceptions
The big question I have in my mind is: can we inject some custom Java code (perhaps this has to be delivered via a plugin?) for reporting exceptions to the Evergreen services layer.
- relates to
-
JENKINS-50164 'Build Record Root Directory' is a UI option but is unsafe to change while Jenkins is running
- Closed
-
JENKINS-49811 Prototype Evergreen Error service API
- Resolved
-
JENKINS-50294 Design (JEP) Essentials Instance Client Health Checking
- Resolved
-
JENKINS-50669 Expose WebAppMain#DEFAULT_RING_BUFFER_SIZE actual value
- Closed
- links to