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 (
|
var (
|
||||||
logReg = regexp.MustCompile(`(\[.*\])\s(.*):\s(.*)`)
|
logReg = regexp.MustCompile(`\[(.*)\]\s(.*):\s(.*)`)
|
||||||
)
|
)
|
||||||
|
|
||||||
// ErrorJSON simple json for default error response
|
// ErrorJSON simple json for default error response
|
||||||
|
|
Loading…
Add table
Reference in a new issue