You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"", logging.Errorf("could not get flatipam config: %v", err)
79
79
}
80
80
81
-
_=logging.Errorf("could not read file: %v, using expression from flatfile: %v", err, flatipam.IPAM.ReconcilerCronExpression)
81
+
_=logging.Verbosef("warning: could not read file: %v, using expression from flatfile: %v", err, flatipam.IPAM.ReconcilerCronExpression)
82
82
returnflatipam.IPAM.ReconcilerCronExpression, nil
83
83
}
84
84
logging.Verbosef("using expression: %v", strings.TrimSpace(string(fileContents))) // do i need to trim spaces? idk i think the file would JUST be the expression?
0 commit comments