genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update main.go

This commit is contained in:
Geno 2017-03-30 15:02:48 +02:00 committed by GitHub
parent c79a52ef87
commit 0e2708842e
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ func main() {
// load config
config = models.ReadConfigFile(configFile)
lib.LogTimestamp(timestamps)
if !timestamps {
log.SetFlags(0)
lib.LogTimestamp(false)
}
log.Println("Starting rezension monolith")