added time
parent
c84664fece
commit
0d8f3b3265
2
main.go
2
main.go
|
@ -69,7 +69,7 @@ func main() {
|
|||
|
||||
loghandler.AddLog(structs.LogBody{
|
||||
Type: "logserver",
|
||||
Logs: []string{time.Now().Format("02-01-2006 15:04:05") + "Log Server started"},
|
||||
Logs: []string{time.Now().Format("02-01-2006 15:04:05") + " Log Server started"},
|
||||
})
|
||||
|
||||
app.Listen(config.Cfg.Host + ":" + config.Cfg.Port)
|
||||
|
|
Loading…
Reference in New Issue