Skip to content

Commit b8aaef0

Browse files
Merge branch 'master' of https://github.com/DTStack/jlogstash
ysq
2 parents 0c7fe4e + 3256688 commit b8aaef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/dtstack/jlogstash/decoder/MultilineDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void init(String pattern, String what, InputQueueList queuelist){
9595

9696
if(!"previous".equals(what) && !"next".equals(what)){
9797
logger.error("parameter what must in [previous, next]");
98-
System.out.println(-1);
98+
System.exit(-1);
9999
}
100100

101101
this.inputQueueList = queuelist;

0 commit comments

Comments
 (0)