1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00

3 Commits

Author SHA1 Message Date
Harshavardhana
adf9a9d300 Remove all unused variables and functions () 2018-04-15 19:26:04 +05:30
Harshavardhana
e4f6877c8b Handle incoming proxy requests ip, scheme ()
This PR implements functions to get the right ip, scheme
from the incoming proxied requests.
2018-03-02 15:23:04 -08:00
A. Elleuch
866dffcd62 log: Store http request/responses in a log file ()
When MINIO_TRACE_DIR is provided, create a new log file and store all
HTTP requests + responses data, body are excluded to reduce memory
consumption. MINIO_HTTP_TRACE=1 enables logging. Use non mem
consuming http req/resp recorders, the maximum is about 32k per request.
This logs to STDOUT, body logging is disabled for PutObject PutObjectPart
GetObject.
2017-10-25 10:59:53 -07:00