Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 475829e

Browse files
committed
Fix Doc Map Type in wls logging exporter jenkins-ignore
1 parent 49d49f7 commit 475829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/weblogic/logging/exporter/LogExportHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@SuppressWarnings("UnnecessaryContinue")
3030
class LogExportHandler extends Handler {
3131

32-
private static final String DOC_TYPE = "_doc";
32+
private static final String DOC_TYPE = "doc";
3333
private static final String INDEX = " { \"index\" : { }} ";
3434
private static final int offValue = Level.OFF.intValue();
3535

0 commit comments

Comments
 (0)