Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
reduce log verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow committed May 23, 2024
1 parent 9cfa9eb commit cf201ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/workspace/workspace_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (h *UpdateWorkspaceHandler) Handle(ctx context.Context, query UpdateWorkspa

// data access
w := query.Workspace.DeepCopy()
log.FromContext(ctx).Info("updating workspace", "workspace", w)
log.FromContext(ctx).Debug("updating workspace", "workspace", w)
opts := &client.UpdateOptions{}
if err := h.updater.UpdateUserWorkspace(ctx, u, w, opts); err != nil {
return nil, err
Expand Down

0 comments on commit cf201ed

Please sign in to comment.