spiegel_podman/pkg/specgenutil
Joshua Arrevillaga 930cd25739 Feat: Add log_path support in containers.conf
Added log_path variable in containers/common, User sets default log path in containers.conf under the `[containers]` section.
The directory has to exist beforehand. Container logs go under this directory, sub-directories named with the container id
and inside the sub-directory a ctr.log file will be created where the container logs for the corresponding container will go.
This path can be overridden by using the `--log-opt` flag.

Signed-off-by: Joshua Arrevillaga <2004jarrevillaga@gmail.com>
2025-08-07 17:04:13 -04:00
..
createparse.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
ports.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
ports_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
specgen.go Feat: Add log_path support in containers.conf 2025-08-07 17:04:13 -04:00
specgenutil_test.go Switch all calls of assert.Nil to assert.NoError 2025-01-15 07:08:27 -05:00
specgenutil_windows_test.go Fix seccomp profile path on Windows 2025-07-10 15:02:54 +02:00
util.go podman: remember hooks-dir on restarts 2025-05-15 14:23:22 +09:00
util_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
volumes.go artifact mount: add new name option to specify filename 2025-06-14 12:25:21 +02:00
volumes_test.go Replace strings.SplitN with strings.Cut 2024-01-11 13:50:15 +00:00