Skip to content

Commit 9c11e93

Browse files
committed
fix typo
1 parent af218d4 commit 9c11e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/jaeger-postgresql/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
func main() {
1313
logger := hclog.New(&hclog.LoggerOptions{
14-
Name: "jaeger-s3",
14+
Name: "jaeger-postgresql",
1515
Level: hclog.Warn, // Jaeger only captures >= Warn, so don't bother logging below Warn
1616
})
1717

0 commit comments

Comments
 (0)