We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51ff88 commit 9a118c6Copy full SHA for 9a118c6
cmd/configmap-server/main.go
@@ -59,7 +59,7 @@ func runCmdFunc(cmd *cobra.Command, args []string) error {
59
}
60
err = log.AddDefaultWriterHooks(terminationLogPath)
61
if err != nil {
62
- return err
+ logrus.WithError(err).Warn("unable to set termination log path")
63
64
kubeconfig, err := cmd.Flags().GetString("kubeconfig")
65
0 commit comments