regex adjusted to fix timestamp
This commit is contained in:
parent
7bc25acbb2
commit
90011d16ba
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
logReg = regexp.MustCompile(`(\[.*\])\s(.*):\s(.*)`)
|
||||
logReg = regexp.MustCompile(`\[(.*)\]\s(.*):\s(.*)`)
|
||||
)
|
||||
|
||||
// ErrorJSON simple json for default error response
|
||||
|
|
Loading…
Reference in a new issue