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

Commit dc06c5a

Browse files
authored
Merge pull request #7 from oracle/wls-loggin-exporter
WIP: Fix Doc Map Type in wls logging exporter jenkins-ignore
2 parents 49d49f7 + 475829e commit dc06c5a

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)