We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f98882 commit 5475841Copy full SHA for 5475841
logger/log/entry.go
@@ -61,7 +61,9 @@ type Entry struct {
61
Time time.Time `json:"time"`
62
API *API `json:"api,omitempty"`
63
RemoteHost string `json:"remotehost,omitempty"`
64
- Host string `json:"host,omitempty"`
+ Host string `json:"host,omitempty"` // Deprecated Apr 2025
65
+ RequestHost string `json:"requestHost,omitempty"`
66
+ RequestNode string `json:"requestNode,omitempty"`
67
RequestID string `json:"requestID,omitempty"`
68
UserAgent string `json:"userAgent,omitempty"`
69
Message string `json:"message,omitempty"`
0 commit comments