logs: enable level

This commit is contained in:
Mohamed Sohail 2021-12-08 17:41:32 +03:00
parent 2c2cdb79cf
commit 41921a8927
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ type snapshotterContext struct {
func initLogging() {
log.SetFormatter(&log.TextFormatter{
DisableLevelTruncation: true,
DisableLevelTruncation: false,
})
log.SetOutput(os.Stdout)