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.
1 parent af218d4 commit 9c11e93Copy full SHA for 9c11e93
cmd/jaeger-postgresql/main.go
@@ -11,7 +11,7 @@ import (
11
12
func main() {
13
logger := hclog.New(&hclog.LoggerOptions{
14
- Name: "jaeger-s3",
+ Name: "jaeger-postgresql",
15
Level: hclog.Warn, // Jaeger only captures >= Warn, so don't bother logging below Warn
16
})
17
0 commit comments