Keep Run and Platform logs opaque
This commit is contained in:
@@ -109,7 +109,6 @@ func LogEntriesChecksum(entries []domain.LogEntry) (string, error) {
|
||||
Level: entry.Level,
|
||||
Line: entry.Line,
|
||||
Fields: entry.Fields,
|
||||
Redacted: entry.Redacted,
|
||||
}
|
||||
}
|
||||
encoded, err := json.Marshal(stable)
|
||||
@@ -138,5 +137,4 @@ type logEntryChecksumBody struct {
|
||||
Level string `json:"level,omitempty"`
|
||||
Line string `json:"line"`
|
||||
Fields map[string]string `json:"fields,omitempty"`
|
||||
Redacted bool `json:"redacted"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user