Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 40819ab

Browse files
author
Eric Faerber
committed
1 parent 42ed9b3 commit 40819ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

buffer/buffer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"bytes"
55
"sync"
66

7-
log "github.com/Sirupsen/logrus"
87
"github.com/nutmegdevelopment/sumologic/upload"
8+
log "github.com/sirupsen/logrus"
99
)
1010

1111
// DebugLogging enables debug logging

filestream/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"flag"
55
"time"
66

7-
log "github.com/Sirupsen/logrus"
87
"github.com/hpcloud/tail"
98
"github.com/nutmegdevelopment/sumologic/buffer"
109
"github.com/nutmegdevelopment/sumologic/upload"
10+
log "github.com/sirupsen/logrus"
1111
)
1212

1313
var (

journalstream/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"flag"
55
"time"
66

7-
log "github.com/Sirupsen/logrus"
87
"github.com/coreos/go-systemd/sdjournal"
98
"github.com/nutmegdevelopment/sumologic/buffer"
109
"github.com/nutmegdevelopment/sumologic/upload"
10+
log "github.com/sirupsen/logrus"
1111
)
1212

1313
var (

upload/upload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"net/http"
88
"time"
99

10-
log "github.com/Sirupsen/logrus"
10+
log "github.com/sirupsen/logrus"
1111
)
1212

1313
// DebugLogging enables debug logging

0 commit comments

Comments
 (0)