We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
To Reproduce Install Aeraki and view Aeraki logs using kubectl logs ...
kubectl logs ...
Expected behavior
[controller-runtime] log.SetLogger(...) was never called, logs will not be displayed: goroutine 276 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x65 sigs.k8s.io/controller-runtime/pkg/log.eventuallyFulfillRoot() /Users/huabingzhao/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/log/log.go:59 +0xbd sigs.k8s.io/controller-runtime/pkg/log.(*delegatingLogSink).Enabled(0xc000ee62c0, 0x10?) /Users/huabingzhao/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/log/deleg.go:111 +0x3d github.com/go-logr/logr.Logger.Enabled(...) /Users/huabingzhao/go/pkg/mod/github.com/go-logr/[email protected]/logr.go:261 github.com/go-logr/logr.Logger.Info({{0x3d365c0?, 0xc000ee62c0?}, 0xc001665a00?}, {0xc000f6c000, 0x4a}, {0xc000b27c80, 0x6, 0x6}) /Users/huabingzhao/go/pkg/mod/github.com/go-logr/[email protected]/logr.go:274 +0x78 sigs.k8s.io/controller-runtime/pkg/internal/recorder.(*Provider).getBroadcaster.func1.1(0xc000eb8a00) /Users/huabingzhao/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/recorder/recorder.go:104 +0x1ed k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1() /Users/huabingzhao/go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:327 +0xa2 created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher /Users/huabingzhao/go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:318 +0x13d
The text was updated successfully, but these errors were encountered:
zhaohuabing
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Install Aeraki and view Aeraki logs using
kubectl logs ...
Expected behavior
The text was updated successfully, but these errors were encountered: