Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 4bfab25

Browse files
committed
KIT-512 re-included @Version into log record
1 parent d9d3a3e commit 4bfab25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logstash_async/formatter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def _prefetch_program_name(self):
7474
def format(self, record):
7575
message = {
7676
'@timestamp': self._format_timestamp(record.created),
77+
'@version': '1',
7778
'host': self._host,
7879
'level': record.levelname,
7980
'logsource': self._logsource,

0 commit comments

Comments
 (0)