You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
minio/docs/debugging
Harshavardhana ee4a6a823d Migrate config to KV data format (#8392) 5 years ago
..
README.md Migrate config to KV data format (#8392) 5 years ago

README.md

MinIO Server Debugging Guide Slack Docker Pulls

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