diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-09-16 08:19:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-09-16 08:19:10 -0700 |
| commit | 20ae55943758afea7b6d464e058c88d6886ab861 (patch) | |
| tree | 1e2484a3f908be60acfbb8582809e22c487cdd41 | |
| parent | ad3efbb19796b796b3eafe5af66efa5749059d02 (diff) | |
| download | seaweedfs-20ae55943758afea7b6d464e058c88d6886ab861.tar.xz seaweedfs-20ae55943758afea7b6d464e058c88d6886ab861.zip | |
add logs
add logs for https://github.com/chrislusf/seaweedfs/issues/1064
| -rw-r--r-- | weed/s3api/filer_util.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/s3api/filer_util.go b/weed/s3api/filer_util.go index 1c3814fce..a9b8f833d 100644 --- a/weed/s3api/filer_util.go +++ b/weed/s3api/filer_util.go @@ -89,6 +89,7 @@ func (s3a *S3ApiServer) list(ctx context.Context, parentDirectoryPath, prefix, s glog.V(4).Infof("read directory: %v", request) resp, err := client.ListEntries(ctx, request) if err != nil { + glog.V(0).Infof("read directory %v: %v", request, err) return fmt.Errorf("list dir %v: %v", parentDirectoryPath, err) } |
