diff options
| author | opswill <will@nixops.org> | 2025-06-17 23:02:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-17 17:02:07 +0200 |
| commit | 5ae3924234f9ffaa2ffda7e9fc52c2b3518a85e2 (patch) | |
| tree | 9b29119041ad674eece28e789fdd52e1836ace33 /data | |
| parent | 8f0d339cbb5a4ae78785def134685c13ae27219e (diff) | |
| download | vyos-1x-5ae3924234f9ffaa2ffda7e9fc52c2b3518a85e2.tar.gz vyos-1x-5ae3924234f9ffaa2ffda7e9fc52c2b3518a85e2.zip | |
container: T7473: fix show/monitor container log failed when log-driver is journald
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/container/containers.conf.j2 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/templates/container/containers.conf.j2 b/data/templates/container/containers.conf.j2 index 65436801e..414c3e849 100644 --- a/data/templates/container/containers.conf.j2 +++ b/data/templates/container/containers.conf.j2 @@ -170,14 +170,6 @@ default_sysctls = [ # #label = true -# Logging driver for the container. Available options: k8s-file and journald. -# -{% if log_driver is vyos_defined %} -log_driver = "{{ log_driver }}" -{% else %} -#log_driver = "k8s-file" -{% endif %} - # Maximum size allowed for the container log file. Negative numbers indicate # that no size limit is imposed. If positive, it must be >= 8192 to match or # exceed conmon's read buffer. The file is truncated and re-opened so the |
