mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
add _MINIO_SERVER_DEBUG env for enabling debug messages (#11128)
This commit is contained in:
@@ -46,9 +46,6 @@ const (
|
||||
// Enabling this will make cache sharing more likely and cause less IO,
|
||||
// but may cause additional latency to some calls.
|
||||
metacacheSharePrefix = false
|
||||
|
||||
// metacacheDebug will enable debug printing
|
||||
metacacheDebug = false
|
||||
)
|
||||
|
||||
//go:generate msgp -file $GOFILE -unexported
|
||||
|
||||
Reference in New Issue
Block a user