Replies: 2 comments
-
Structured logging approach, in contrary to the free-text format currently used, introduces a contract between NIC and log messages consumers. It would help users to parse log messages, aggregate and process them further (eg. Splunk). |
Beta Was this translation helpful? Give feedback.
0 replies
-
error msg: goleak: Errors on successful test run: found unexpected goroutines:
[Goroutine 18 in state chan receive, with github.com/golang/glog.(*loggingT).flushDaemon on top of the stack:
github.com/golang/glog.(*loggingT).flushDaemon(0x103d29fc0)
/Users/j.jarosz/go/pkg/mod/github.com/nginxinc/[email protected]/glog.go:892 +0x74
created by github.com/golang/glog.init.0 in goroutine 1
/Users/j.jarosz/go/pkg/mod/github.com/nginxinc/[email protected]/glog.go:413 +0x2d0
]
FAIL github.com/nginxinc/kubernetes-ingress/internal/configs 1.093s |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks 👋
We're using this forum to gauge interest around updating the logging library that NGINX Ingress Controller uses.
Currently, we use golang/glog.
If we were to move to a logging library that supports structured logging, we would likely choose log/slog mainly to reduce external package dependency.
Why make this change?
There are a few reason we've been considering this change for the project.
That being said, we would love to know what you think!
Have you worked on a project that implements a structured logging library?
Did you notice the difference?
Were there complications that you hit?
We'd love to hear any and all feedback! 😃
Beta Was this translation helpful? Give feedback.
All reactions