genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update main.go

This commit is contained in:
Geno 2017-03-30 14:02:39 +02:00 committed by GitHub
parent 75ff9019c9
commit 60d069a170
1 changed files with 1 additions and 2 deletions

View File

@ -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")