Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement tracing #276

Closed
krishnasrinivas opened this issue Dec 28, 2015 · 0 comments
Closed

implement tracing #276

krishnasrinivas opened this issue Dec 28, 2015 · 0 comments

Comments

@krishnasrinivas
Copy link
Contributor

implement apis:
TraceOn(traceFilePath)
TraceOff()
This should trace the HTTP calls made similar to mc --debug and also should trace any useful information - like if the region is getting used from cache, region map invalidation, if during resume of putObject/fPutObject it should log if it is continuing from where it left off or reuploading etc.
In the functional tests tracing should be 'on'. We should regularly monitor the functional test log to make sure that it is printing what is expected.

harshavardhana pushed a commit to harshavardhana/minio-go that referenced this issue Dec 28, 2015
Current implementation only dumps Request and Response
headers. In time this will print more information method and
method arguments.

Fixes minio#276
harshavardhana pushed a commit to harshavardhana/minio-go that referenced this issue Dec 28, 2015
Current implementation only dumps Request and Response
headers. In time this will print more information method and
method arguments.

Fixes minio#276
harshavardhana pushed a commit to harshavardhana/minio-go that referenced this issue Dec 28, 2015
Current implementation only dumps Request and Response
headers. In time this will print more information method and
method arguments.

Fixes minio#276
harshavardhana pushed a commit to harshavardhana/minio-go that referenced this issue Dec 29, 2015
Current implementation only dumps Request and Response
headers. In time this will print more information method and
method arguments.

Fixes minio#276
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant