1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 07:20:56 -04:00

8 Commits

Author SHA1 Message Date
Klaus Post
627fdfeab7 Fix Windows console printing ()
Print to console which does translation and not directly to stdout.

Fixes 
2020-01-13 13:05:51 -08:00
Harshavardhana
0b7bd024fb Fix dependencies graph for minio source compilation ()
We had messy cyclical dependency problem with `mc`
due to dependencies in pkg/console, moved the pkg/console
to minio for more control and also to avoid any further
cyclical dependencies of `mc` clobbering up the
dependencies on server.

Fixes 
2019-12-31 09:36:13 +05:30
Harshavardhana
290ad0996f Move etcd, logger, crypto into their own packages ()
- Deprecates _MINIO_PROFILER, `mc admin profile` does the job
- Move ENVs to common location in cmd/config/
2019-10-08 11:17:56 +05:30
Harshavardhana
589e32a4ed Refactor config and split them in packages ()
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
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Harshavardhana
bfb505aa8e Refactor logging in more Go idiomatic style ()
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
Harshavardhana
b0c9ae7490 Add audit logging for S3 and Web handlers ()
This PR brings an additional logger implementation
called AuditLog which logs to http targets

The intention is to use AuditLog to log all incoming
requests, this is used as a mechanism by external log
collection entities for processing Minio requests.
2018-10-12 12:25:59 -07:00
Anis Elleuch
9c5e971a58 Add new console/http loggers ()
- Add console target logging, enabled by default.
- Add http target logging, which supports an endpoint
  with basic authentication (username/password are passed
  in the endpoint url itself)
- HTTP target logging is asynchronous and some logs can be
  dropped if channel buffer (10000) is full
2018-07-19 15:55:06 -07:00