mirror of https://github.com/minio/minio.git
794 B
794 B
MinIO Server Debugging Guide
HTTP Trace
HTTP tracing can be enabled by using mc admin trace
command.
Example:
minio server /data
Default trace is succinct only to indicate the API operations being called and the HTTP response status.
mc admin trace myminio
To trace entire HTTP request
mc admin trace --verbose myminio
To trace entire HTTP request and also internode communication
mc admin trace --all --verbose myminio