-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.263.2
My jenkins.log file is flooded by severe level log from Datadog plugin
o.d.j.p.datadog.DatadogUtilities#severe: Failed to process build deletion
Error it's in a catch block inside class o.d.j.p.d.l.DatadogBuildListener#onDeleted
I enabled Jenkins loggers to get class-specific logs for the DatadogBuildListener and FINER level for DatadogUtilities:
2021-05-05 15:36:54.574+0000 [id=1855210] FINE o.d.j.p.d.l.DatadogBuildListener#onDeleted: Start DatadogBuildListener#onDeleted 2021-05-05 15:36:54.575+0000 [id=1855210] SEVERE o.d.j.p.datadog.DatadogUtilities#severe: Failed to process build deletion 2021-05-05 15:36:54.575+0000 [id=1855210] FINER o.d.j.p.datadog.DatadogUtilities#severe: Failed to process build deletion: java.lang.NullPointerException
Expected behavior
Everything seems to works well, so maybe the log Is wrong, or a logline suggesting where the error is or how to fix it.
Versions:
- Jenkins 2.263.2
- datadog plugin 2.10.0