We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RingBufferLogHandler.LogRecordRef
1 parent d135a1e commit 71d5dd5Copy full SHA for 71d5dd5
core/src/main/java/hudson/util/RingBufferLogHandler.java
@@ -62,6 +62,7 @@ public RingBufferLogHandler() {
62
63
public RingBufferLogHandler(int ringSize) {
64
records = new LogRecordRef[ringSize];
65
+ new LogRecordRef(new LogRecord(Level.INFO, "just forcing class loading")).get();
66
}
67
68
/**
0 commit comments