Update main.go
This commit is contained in:
parent
75ff9019c9
commit
60d069a170
|
@ -2,7 +2,6 @@ package main
|
|||
|
||||
import (
|
||||
"flag"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
"os/signal"
|
||||
|
@ -30,7 +29,7 @@ func main() {
|
|||
config = models.ReadConfigFile(configFile)
|
||||
|
||||
if !timestamps {
|
||||
lib.Log.DisableTimestamp(true)
|
||||
lib.LogTimestamp(true)
|
||||
}
|
||||
|
||||
lib.Log.Info("Starting rezension monolith")
|
||||
|
|
Reference in New Issue