-
Couldn't load subscription status.
- Fork 68
Description
Based on what I found trying to debug the previous sync failures, we need to search for setupLog.Error(nil, <errorString>) and make sure we instead use setupLog.Error(errors.New()). Using nil for the error results in no log line being written. In my case, it meant completely empty pod logs.
Metadata
Metadata
Assignees
Labels
No labels