mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Implement log package as drop-in replacement for handling Debug log-level
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
package httpserver
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/minio-io/minio/pkg/utils/log"
|
||||
)
|
||||
|
||||
// Config - http server config
|
||||
|
||||
Reference in New Issue
Block a user