Advanced Search
Search Results
2 total results found
Logging Architecture
K8s
Cluster Administration
https://kubernetes.io/zh-cn/docs/concepts/cluster-administration/logging/ Logging Path docker: /var/lib/docker/containers/ containerd: /var/log/containers/ logrotate: /etc/logrotate.d
Safely Delete
Linux
Logging
WARNINGDO NOT DELETE THE PATH DIRECTLY. /var/log/journal/ Commands Get Disk Usage journalctl --disk-usage Archived and active journals take up 3.9G on disk. Delete by Days journalctl --vacuum-time=7d Delete by Size journalctl --vacuum-size=500M Single Fi...