Skip to content

Commit

Permalink
Move creating object message to debug level (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <[email protected]>
  • Loading branch information
teran authored Jan 31, 2025
1 parent 2dcd1a0 commit 518db14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func (s *service) createObject(ctx context.Context, namespaceName, containerName
"sha256": object.SHA256,
"length": object.Size,
"mime_type": object.MimeType,
}).Info("creating object ...")
}).Debug("creating object ...")

resp, err := s.cli.CreateObject(ctx, &v1proto.CreateObjectRequest{
Namespace: namespaceName,
Expand Down

0 comments on commit 518db14

Please sign in to comment.