Skip to content

Commit

Permalink
update get fs log level
Browse files Browse the repository at this point in the history
  • Loading branch information
D0m021ng committed Jan 12, 2024
1 parent 2b80185 commit cac9d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/router/v1/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ func (pr *PFSRouter) getFileSystem(w http.ResponseWriter, r *http.Request) {
getRequest := api.GetFileSystemRequest{
Username: r.URL.Query().Get(util.QueryKeyUserName),
}
log.Infof("get file system with req[%v] and fileSystemID[%s]", getRequest, fsName)
log.Debugf("get file system with req[%v] and fileSystemID[%s]", getRequest, fsName)

fileSystemService := api.GetFileSystemService()
realUserName := getRealUserName(&ctx, getRequest.Username)
Expand Down

0 comments on commit cac9d04

Please sign in to comment.