-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Info log level is too verbose #303
Comments
Change loglevel for copying files to debug (#303)
This still seems to be a problem when building images using |
Same here. |
Kaniko executor has |
This line is the problem: kaniko/pkg/snapshot/snapshot.go Line 181 in c8fabdf
It was changed from @priyawadhwa can this be reopened? |
@jobec thanks for pointing this out, looks like @sharifelgamal is on it! |
FYI, it's exploding now, I cannot build anymore: on gitlab, I get: I will try the work-around like And that actually worked, the logs are useful again. |
This should now be fixed at HEAD. |
I've been building an image containing many files and directories and my build log is pretty much just
Not adding /foo/bar because it was added by a prior layer
,Copying file /foo/bar to /bar/foo
andTaking snapshot of files [<thousands of filenames>]...
messages. How about dropping log level for these messages todebug
?The text was updated successfully, but these errors were encountered: