mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-23 21:40:19 +08:00
logging
This commit is contained in:
parent
d39b2689a5
commit
a024254ad7
@ -190,7 +190,7 @@ func (iam *IdentityAccessManagement) authRequest(r *http.Request, action Action)
|
||||
return identity, s3Err
|
||||
}
|
||||
|
||||
glog.V(3).Infof("user name: %v actions: %v", identity.Name, identity.Actions)
|
||||
glog.V(3).Infof("user name: %v actions: %v, action: %v", identity.Name, identity.Actions, action)
|
||||
|
||||
bucket, _ := getBucketAndObject(r)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user