Command to combine all service logs from a stack #8

Closed
opened 2020-09-12 18:08:03 +00:00 by 3wordchant · 1 comment
Owner

Like heroku logs:

2020-09-12T18:04:23.371812+00:00 app[web.1]: ...
2020-09-12T18:04:23.371865+00:00 app[web.1]: ...
2020-09-12T18:04:23.389202+00:00 heroku[router]: ...
2020-09-12T18:05:15.000000+00:00 app[heroku-postgres]: source=SUPPORT_96_RESTORE addon=postgresql-pointy-30762 ...

(i.e. prefix the log line with the service name)

Like `heroku logs`: ``` 2020-09-12T18:04:23.371812+00:00 app[web.1]: ... 2020-09-12T18:04:23.371865+00:00 app[web.1]: ... 2020-09-12T18:04:23.389202+00:00 heroku[router]: ... 2020-09-12T18:05:15.000000+00:00 app[heroku-postgres]: source=SUPPORT_96_RESTORE addon=postgresql-pointy-30762 ... ``` (i.e. prefix the log line with the service name)
Owner

Seems to be an oustanding issue: https://github.com/moby/moby/issues/31458. Some pretty gnarly work-arounds there but https://github.com/moby/moby/issues/31458#issuecomment-475411564 seems to be the most interesting? multitail is available in the Debian package listing. Whatcha reckon?

Seems to be an oustanding issue: https://github.com/moby/moby/issues/31458. Some pretty gnarly work-arounds there but https://github.com/moby/moby/issues/31458#issuecomment-475411564 seems to be the most interesting? `multitail` is available in the Debian package listing. Whatcha reckon?
3wordchant added the
enhancement
label 2020-09-13 16:00:22 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/abra#8
No description provided.