Skip to content

Commit

Permalink
jar: don't info-log every properties file
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <[email protected]>
  • Loading branch information
hdonnay committed Jul 26, 2023
1 parent f1dfbbf commit 6e9f2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/jar/jar.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func extractProperties(ctx context.Context, name string, z *zip.Reader) ([]Info,
// encoded in the file names.
p := normName(f.Name)
if path.Base(p) == filename {
zlog.Info(ctx).
zlog.Debug(ctx).
Str("path", p).
Msg("found properties file")
pf = append(pf, p)
Expand Down

0 comments on commit 6e9f2ea

Please sign in to comment.