We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2350a commit 3b05060Copy full SHA for 3b05060
tail_jsonl/config.py
@@ -9,7 +9,7 @@
9
class Keys(BaseModel):
10
"""Special Keys."""
11
12
- timestamp: List[str] = Field(default_factory=lambda: ['timestamp', 'record.time.repr'])
+ timestamp: List[str] = Field(default_factory=lambda: ['timestamp', 'time', 'record.time.repr'])
13
level: List[str] = Field(default_factory=lambda: ['level', 'record.level.name'])
14
message: List[str] = Field(default_factory=lambda: ['event', 'message', 'record.message'])
15
0 commit comments