devops:logging:logspout
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
devops:logging:logspout [2023/11/01 07:15] – removed - external edit (Unknown date) 127.0.0.1 | devops:logging:logspout [2023/11/01 07:15] (current) – ↷ Page moved from camunda:devops:logging:logspout to devops:logging:logspout skipidar | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Logspout | ||
+ | Logspout is a log router for Docker containers that runs inside Docker. It attaches to all containers on a host, then routes their logs wherever you want. It also has an extensible module system. | ||
+ | |||
+ | It's a mostly stateless log appliance. It's not meant for managing log files or looking at history. It is just a means to get your logs out to live somewhere else, where they belong. | ||
+ | |||
+ | For now it only captures stdout and stderr, but a module to collect container syslog is planned. | ||
+ | |||
+ | |||
+ | https:// |