Purpose of the log service #535
-
Could you please explain what is the purpose of the log service? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
alexbouchardd
Oct 17, 2025
Replies: 1 comment 5 replies
-
The log service is responsible for pulling results of event deliveries (logs) from the logs queue, formatting the data for the log adapter (ie, Postgres) and batch inserting into the log storage. We will also be adding more storage adapters, such as Clickhouse, in the near future. ![]() See architecture diagram: https://outpost.hookdeck.com/docs/concepts |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
leggetter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The log service is responsible for pulling results of event deliveries (logs) from the logs queue, formatting the data for the log adapter (ie, Postgres) and batch inserting into the log storage. We will also be adding more storage adapters, such as Clickhouse, in the near future.
See architecture diagram: https://outpost.hookdeck.com/docs/concepts