regex adjusted to fix timestamp

This commit is contained in:
gempir 2018-03-03 08:39:46 +01:00
parent 7bc25acbb2
commit 90011d16ba

View file

@ -17,7 +17,7 @@ import (
)
var (
logReg = regexp.MustCompile(`(\[.*\])\s(.*):\s(.*)`)
logReg = regexp.MustCompile(`\[(.*)\]\s(.*):\s(.*)`)
)
// ErrorJSON simple json for default error response