-
Notifications
You must be signed in to change notification settings - Fork 672
Fix logging non-existent path #3595
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
Conversation
7a68f1c
to
f87f1f3
Compare
Please squash the commits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
The
mountWarnings
variable is no longer needed. It is now always empty, so the loop at the bottom doesn't do anything. -
The
logrus.Warnf()
call must be wrapped withif warn {}
. -
All commits need to be squashed.
-
The commit needs a DCO signature.
Signed-off-by: Songpon Srisawai <[email protected]> Co-authored-by: Akihiro Suda <[email protected]> Co-authored-by: Jan Dubois <[email protected]>
1d88d84
to
63c8912
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Fix: #3444