File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ package logging
6
6
import (
7
7
"bufio"
8
8
"fmt"
9
+ "log/syslog"
10
+ "os"
11
+ "path"
12
+ "path/filepath"
13
+
9
14
rotatelogs "github.com/lestrrat-go/file-rotatelogs"
10
15
es6 "github.com/olivere/elastic"
11
16
es7 "github.com/olivere/elastic/v7"
@@ -14,10 +19,6 @@ import (
14
19
prefixed "github.com/x-cray/logrus-prefixed-formatter"
15
20
els6 "gopkg.in/sohlich/elogrus.v3"
16
21
els7 "gopkg.in/sohlich/elogrus.v7"
17
- "log/syslog"
18
- "os"
19
- "path"
20
- "path/filepath"
21
22
)
22
23
23
24
var (
Original file line number Diff line number Diff line change 4
4
package logging
5
5
6
6
import (
7
+ "bufio"
8
+ "fmt"
9
+ "os"
10
+ "path"
11
+ "path/filepath"
12
+
7
13
rotatelogs "github.com/lestrrat-go/file-rotatelogs"
8
14
es6 "github.com/olivere/elastic"
9
15
es7 "github.com/olivere/elastic/v7"
10
16
"github.com/sirupsen/logrus"
11
17
prefixed "github.com/x-cray/logrus-prefixed-formatter"
12
18
els6 "gopkg.in/sohlich/elogrus.v3"
13
19
els7 "gopkg.in/sohlich/elogrus.v7"
14
- "os"
15
- "path"
16
- "path/filepath"
17
20
)
18
21
19
22
var (
You can’t perform that action at this time.
0 commit comments