v0.3.4 rate limit and net limit separated, rate limit by size added
This commit is contained in:
@ -13,6 +13,7 @@ type LogEntry struct {
|
||||
Level string `json:"level,omitempty"`
|
||||
Message string `json:"message"`
|
||||
Fields json.RawMessage `json:"fields,omitempty"`
|
||||
RawSize int `json:"-"`
|
||||
}
|
||||
|
||||
// Source represents an input data stream
|
||||
|
||||
Reference in New Issue
Block a user