logs: enable level
This commit is contained in:
parent
2c2cdb79cf
commit
41921a8927
@ -21,7 +21,7 @@ type snapshotterContext struct {
|
|||||||
|
|
||||||
func initLogging() {
|
func initLogging() {
|
||||||
log.SetFormatter(&log.TextFormatter{
|
log.SetFormatter(&log.TextFormatter{
|
||||||
DisableLevelTruncation: true,
|
DisableLevelTruncation: false,
|
||||||
})
|
})
|
||||||
|
|
||||||
log.SetOutput(os.Stdout)
|
log.SetOutput(os.Stdout)
|
||||||
|
Loading…
Reference in New Issue
Block a user