mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
log server startup messages to admin console api (#8264)
This commit is contained in:
@@ -29,8 +29,9 @@ import (
|
||||
// LogInfo holds console log messages
|
||||
type LogInfo struct {
|
||||
log.Entry
|
||||
NodeName string `json:"node"`
|
||||
Err error `json:"-"`
|
||||
ConsoleMsg string
|
||||
NodeName string `json:"node"`
|
||||
Err error `json:"-"`
|
||||
}
|
||||
|
||||
// SendLog returns true if log pertains to node specified in args.
|
||||
|
||||
Reference in New Issue
Block a user