Commit Graph

6 Commits

Author SHA1 Message Date
Povilas Kanapickas f37e9e795c logging: Add container labels to log entries on journald
At present it's not possible to ship properly labeled logs when using
podman and tools like podman-compose. Container labels are lost which
makes it much harder to understand where a particular log line
originated from. Log processing and analysis is significantly more
inconvenient as well, because it's hard to group related logs, e.g.
coming from the same compose project.

This commit implements the parts necessary to annotate log messages with
container labels. Each label and value pair is specified via --log-label
LABEL=VALUE arguments.

Co-authored-by: OZoneGuy <oalkersh@protonmail.com>
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
2025-06-01 00:49:41 +03:00
Kir Kolyshkin 5b51069234 Remove old vendored go-md2man
The version of go-md2man is quite old, and is not really need to be in
this repository. It is only used by `make docs` which does not make
sense to run in CI, as we don't check the resulting man page.

PS if needed, it is easy to install by this one-liner:

	go install github.com/cpuguy83/go-md2man/v2@latest

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2025-05-01 17:14:13 -07:00
Jindrich Novy 680af40054 Fix typos and clarify man page.
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-12-03 01:57:26 +01:00
Rahil Bhimjiani 90432cc888
docs/Makefile: softcode GOMD2MAN
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2024-01-05 12:51:32 +05:30
chax a7418c00dd fix propagation of PREFIX variable to docs/Makefile
* fixes #231
2021-01-15 13:28:53 +01:00
Daniel J Walsh 5df41fb79e Add conmon man page
Also sort options in alphabetic order

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-13 12:42:26 -05:00