fixup
This commit is contained in:
parent
da8ea5612b
commit
0f63dc5158
|
@ -9,7 +9,7 @@
|
|||
@type record_transformer
|
||||
<record>
|
||||
level "error"
|
||||
message "${record["log"]}"
|
||||
message "${record['log']}"
|
||||
timestamp "${time}"
|
||||
service "${tag_parts[0]}"
|
||||
container_image "${tag_parts[1]}"
|
||||
|
@ -17,6 +17,7 @@
|
|||
remove_keys "log"
|
||||
</filter>
|
||||
|
||||
|
||||
# Matches logs and forwards them to Sentry
|
||||
<match **>
|
||||
@type http
|
||||
|
|
Loading…
Reference in New Issue