mirror of
https://github.com/minio/minio.git
synced 2025-01-28 15:06:00 -05:00
Added documentation for MINIO_HTTP_TRACE (#7207)
This commit is contained in:
parent
40b8d11209
commit
f75f707ff4
@ -167,6 +167,17 @@ export MINIO_DRIVE_SYNC=on
|
|||||||
minio server /data
|
minio server /data
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### HTTP Trace
|
||||||
|
|
||||||
|
By default, Minio disables the feature to log HTTP trace. You may enable this feature by setting `MINIO_HTTP_TRACE` environment variable.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export MINIO_HTTP_TRACE=/var/log/minio.log
|
||||||
|
minio server /data
|
||||||
|
```
|
||||||
|
|
||||||
## Explore Further
|
## Explore Further
|
||||||
|
|
||||||
* [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quickstart-guide)
|
* [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quickstart-guide)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user