Harshavardhana
81d5688d56
move the dependency to minio/pkg for common libraries ( #12397 )
2021-05-28 15:17:01 -07:00
Harshavardhana
069432566f
update license change for MinIO
...
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
Anis Elleuch
00cff1aac5
audit: per object send pool number, set number and servers per operation ( #11233 )
2021-01-26 13:21:51 -08:00
Harshavardhana
c6a9a94f94
fix: optimize ServerInfo() handler to avoid reading config ( #10626 )
...
fixes #10620
2020-10-02 16:19:44 -07:00
Harshavardhana
f7c1a59de1
add validation logs for configured Logger/Audit HTTP targets ( #10274 )
...
extra logs in-case of misconfiguration of audit/logger targets
2020-08-16 10:25:00 -07:00
Klaus Post
627fdfeab7
Fix Windows console printing ( #8805 )
...
Print to console which does translation and not directly to stdout.
Fixes #8804
2020-01-13 13:05:51 -08:00
poornas
d7060c4c32
Allow logging targets to be configured to receive `minio` ( #8347 )
...
specific errors, `application` errors or `all` by default.
console logging on server by default lists all logs -
enhance admin console API to accept `type` as query parameter to
subscribe to application/minio logs.
2019-10-11 18:50:54 -07:00
Harshavardhana
589e32a4ed
Refactor config and split them in packages ( #8351 )
...
This change is related to larger config migration PR
change, this is a first stage change to move our
configs to `cmd/config/` - divided into its subsystems
2019-10-04 23:05:33 +05:30
Krishnan Parthasarathi
fbfc9a61ec
Add node address information to logs ( #7941 )
2019-07-18 09:58:37 -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
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