Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ansible/kubernetes_logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# options, ensure to also keep the documentation up-to-date, see the
# documentation introduced in
# https://github.com/wireapp/wire-docs/pull/79
- name: podlogs
path: "/var/lib/docker/containers/*/*.log"
options:
- name: podlogs
path: "/var/log/pods/*/*/*.log"
options:
- daily
- missingok
- rotate 2
Expand Down
1 change: 1 addition & 0 deletions changelog.d/3-deploy-builds/kubelet_log_path
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed: Update kubernetes_logging.yml to use the standard kubelet log path instead of Docker-specific paths.