We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adb38c commit 69568b6Copy full SHA for 69568b6
logger/log/entry.go
@@ -56,7 +56,6 @@ type API struct {
56
type Entry struct {
57
Site string `json:"site,omitempty"`
58
DeploymentID string `json:"deploymentid,omitempty"`
59
- SiteName string `json:"siteName,omitempty"`
60
Level madmin.LogKind `json:"level"`
61
LogKind madmin.LogKind `json:"errKind,omitempty"` // Deprecated Jan 2024
62
Time time.Time `json:"time"`
0 commit comments