mirror of
https://github.com/minio/minio
synced 2026-08-29 14:36:37 -04:00
Implement log package as drop-in replacement for handling Debug log-level
This commit is contained in:
parent
80892c5c9b
commit
914962bd93
11 changed files with 169 additions and 21 deletions
|
|
@ -17,8 +17,9 @@
|
|||
package httpserver
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/minio-io/minio/pkg/utils/log"
|
||||
)
|
||||
|
||||
// Config - http server config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue