modify syslog, test, writer's logrus address

This commit is contained in:
mycaosf 2020-09-30 17:10:17 +08:00
parent 3175a890b8
commit 08a0f857f2
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import (
"log/syslog"
"os"
"github.com/sirupsen/logrus"
"github.com/mycaosf/logrus"
)
// SyslogHook to send logs via syslog.

View File

@ -6,7 +6,7 @@ import (
"io/ioutil"
"sync"
"github.com/sirupsen/logrus"
"github.com/mycaosf/logrus"
)
// Hook is a hook designed for dealing with logs in test scenarios.

View File

@ -3,7 +3,7 @@ package writer
import (
"io"
log "github.com/sirupsen/logrus"
log "github.com/mycaosf/logrus"
)
// Hook is a hook that writes logs of specified LogLevels to specified Writer