Krishnan Parthasarathi
bbb56739bd
Add User-Agent header with MinIO release details in http logs ( #7843 )
...
This would allow http log target server to distinguish between log
messages across different versions of MinIO deployments.
2019-08-14 11:43:43 -07:00
Krishnan Parthasarathi
fbfc9a61ec
Add node address information to logs ( #7941 )
2019-07-18 09:58:37 -07:00
Harshavardhana
c43f745449
Ensure that we use constants everywhere ( #7845 )
...
This allows for canonicalization of the strings
throughout our code and provides a common space
for all these constants to reside.
This list is rather non-exhaustive but captures
all the headers used in AWS S3 API operations
2019-07-02 22:34:32 -07:00
Krishnan Parthasarathi
74efbb4153
Add deploymentID to web handler logs ( #7712 )
2019-06-03 15:40:04 -07:00
kannappanr
a436f2baa5
Change order of trace source in error log ( #7599 )
...
Change the order of trace source that gets
printed on the console.
2019-04-29 14:56:30 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
Harshavardhana
df35d7db9d
Introduce staticcheck for stricter builds ( #7035 )
2019-02-13 18:29:36 +05:30
Harshavardhana
817269475f
Make sure to drain body upon an error ( #7197 )
...
Also cleanup redundant code and use it at a common place
2019-02-06 12:07:03 -08:00
Harshavardhana
bfb505aa8e
Refactor logging in more Go idiomatic style ( #6816 )
...
This refactor brings a change which allows
targets to be added in a cleaner way and also
audit is now moved out.
This PR also simplifies logger dependency for auditing
2018-11-19 14:47:03 -08:00