We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2ca3d1 + 480bf99 commit ae88e5aCopy full SHA for ae88e5a
server/server.go
@@ -38,7 +38,7 @@ var (
38
axiomMetaInfo = map[string]string{}
39
)
40
41
-var logLineRgx, _ = regexp.Compile(`^([0-9.:TZ-]{20,})\s+([0-9a-f-]{36})\s+(ERROR|INFO|WARN|DEBUG)\s+(.*)`)
+var logLineRgx, _ = regexp.Compile(`^([0-9.:TZ-]{20,})\s+([0-9a-f-]{36})\s+(ERROR|INFO|WARN|DEBUG|TRACE)\s+(.*)`)
42
43
func init() {
44
logger, _ = zap.NewProduction()
version/version.go
@@ -1,7 +1,7 @@
1
package version
2
3
// manually set constant version
4
-const version string = "v8"
+const version string = "v9"
5
6
// Get returns the Go module version of the axiom-go module.
7
func Get() string {
0 commit comments