Skip to content

Commit 69568b6

Browse files
remove unnecessary field
1 parent 5adb38c commit 69568b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

logger/log/entry.go

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ type API struct {
5656
type Entry struct {
5757
Site string `json:"site,omitempty"`
5858
DeploymentID string `json:"deploymentid,omitempty"`
59-
SiteName string `json:"siteName,omitempty"`
6059
Level madmin.LogKind `json:"level"`
6160
LogKind madmin.LogKind `json:"errKind,omitempty"` // Deprecated Jan 2024
6261
Time time.Time `json:"time"`

0 commit comments

Comments
 (0)