Logrus logging backend https://github.com/EmileVauge/traefik/issues/15
This commit is contained in:
parent
35a1454082
commit
f5ddbcbcde
11 changed files with 83 additions and 98 deletions
1
file.go
1
file.go
|
@ -2,6 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"github.com/BurntSushi/toml"
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"gopkg.in/fsnotify.v1"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue