minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
82 stars 50 forks source link

Refactor: Replace log/print statements with standard Ruby logger class. #102

Closed ebozduman closed 6 years ago

ebozduman commented 7 years ago

This is to replace existing log/print methods with standard Ruby logger library methods. Existing print/logging methods are: print_title(title) print_log(log_msg, arg='') print_logn(log_msg, arg='') print_status(result, e='')

nitisht commented 6 years ago

Ruby SDK logs error in standard mint log format. So this is not required for now