mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
move audit and logger message structure to minio/pkg (#16655)
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -25,8 +25,8 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/minio/minio/internal/color"
|
||||
"github.com/minio/minio/internal/logger/message/log"
|
||||
c "github.com/minio/pkg/console"
|
||||
"github.com/minio/pkg/logger/message/log"
|
||||
)
|
||||
|
||||
// ConsoleLoggerTgt is a stringified value to represent console logging
|
||||
|
||||
Reference in New Issue
Block a user