This repository was archived by the owner on Dec 8, 2020. It is now read-only.
Commit 4aaa9c3
committed
HTTPResponseEvent no longer enforces time_ms
The `Timber.Events.HTTPResponseEvent` struct was incorrectly enforcing
the `:time_ms` key. The official LogEvent specficiation does not require
this key.
This change removes the `:time_ms` key from the enforced keys list.
Closes #2261 parent 5fe0a50 commit 4aaa9c3
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments