Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neonvm-controller: Fix error in panic catching middleware #965

Merged
merged 2 commits into from
Jun 16, 2024

Conversation

sharnoff
Copy link
Member

While working on #963, I spotted this in the logs:

{"level":"dpanic","ts":"2024-06-15T18:50:47.809Z","msg":"odd number of arguments passed as key-value pairs for logging",...,"ignored key":"goroutine 501 [running]:\nruntime/debug.Stack()\n\t/usr/local/go/src/runtime/debug/stack.go:24 ..."}

While working on something else, I spotted this in the logs:

{"level":"dpanic","ts":"2024-06-15T18:50:47.809Z","msg":"odd number of arguments passed as key-value pairs for logging",...,"ignored key":"goroutine 501 [running]:\nruntime/debug.Stack()\n\t/usr/local/go/src/runtime/debug/stack.go:24 ..."}
@sharnoff sharnoff requested a review from Omrigan June 16, 2024 04:53
@sharnoff sharnoff merged commit c830bce into main Jun 16, 2024
15 checks passed
@sharnoff sharnoff deleted the sharnoff/neonvm-controller-fix-panic-logging branch June 16, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants