Keep supervised log entries verbatim
This commit is contained in:
@@ -8,7 +8,6 @@ type LogEntry struct {
|
||||
Level string `json:"level,omitempty"`
|
||||
Line string `json:"line"`
|
||||
Fields map[string]string `json:"fields,omitempty"`
|
||||
Redacted bool `json:"redacted"`
|
||||
}
|
||||
|
||||
type LogBatchIngestRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user