We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c739b commit 779c813Copy full SHA for 779c813
config/opts.go
@@ -2,7 +2,7 @@ package config
2
3
import (
4
"encoding/json"
5
- "log"
+ log "github.com/sirupsen/logrus"
6
"time"
7
)
8
0 commit comments