From 8b10e1466e296840520685acf3688e982b0046fe Mon Sep 17 00:00:00 2001 From: ehlxr Date: Fri, 29 Nov 2019 10:55:13 +0800 Subject: [PATCH] search key support multiple value --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index c91be8e..94a109a 100644 --- a/main.go +++ b/main.go @@ -81,6 +81,7 @@ func tailFile() { log.Error("dingTalk 1 m allow send 20 msg. msg %v discarded.", line.Text) } + break } } }