Linting and dockerization.

This commit is contained in:
2019-10-07 21:51:45 +05:00
parent cd6e739dc2
commit 355dac8ea3
9 changed files with 56 additions and 12 deletions

View File

@@ -14,8 +14,6 @@ import (
var (
Logger zerolog.Logger
SuperVerbosive bool
loggerInitialized bool
)
// Initialize initializes zerolog with proper formatting and log level.
@@ -72,5 +70,4 @@ func Initialize() {
}
Logger = zerolog.New(output).With().Timestamp().Logger()
loggerInitialized = true
}