1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 15:30:57 -04:00

6 Commits

Author SHA1 Message Date
Bala FA
d3cb79a57c Refactor logger ()
This patch fixes below

* Previously fatalIf() never writes log other than first logging target.
* quiet flag is not honored to show progress messages other than startup messages.
* Removes console package usage for progress messages.
2017-03-23 16:36:00 -07:00
Harshavardhana
d711ff454e logs: Do not log common successful errors. ()
Errors like `BucketNotFound`, `BucketExists` shouldn't be logged.

Fixes 
2016-11-23 16:36:26 -08:00
Anis Elleuch
22c98d3fa2 logger: Disassociate shared log config between console, file and syslog ()
logurs is not helping us to set different log formats (json/text) to
different loggers. Now, we create different logurs instances and call
them in errorIf and fatalIf
2016-11-23 11:35:04 -08:00
Krishna Srinivas
0b3282ac9f Logging: errorIf fatalIf print in the format [file.go:82:funcName()] () 2016-10-29 02:34:16 -07:00
Harshavardhana
fa8ea41cd9 lock/instrumentation: Cleanup and print in user friendly form. () 2016-10-11 00:50:27 -07:00
Harshavardhana
bccf549463 server: Move all the top level files into cmd folder. ()
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
2016-08-18 16:23:42 -07:00