meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:docker:log [2024/08/01 08:59] – niziak | linux:docker:log [2026/03/01 17:35] (current) – niziak | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Prevent disc space flooding with container logs: | Prevent disc space flooding with container logs: | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Line 16: | Line 17: | ||
| delaycompress | delaycompress | ||
| copytruncate | copytruncate | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== apache logs ===== | ||
| + | |||
| + | <file txt / | ||
| + | / | ||
| + | weekly | ||
| + | missingok | ||
| + | rotate 50 | ||
| + | dateext | ||
| + | compress | ||
| + | delaycompress | ||
| + | notifempty | ||
| + | sharedscripts | ||
| + | postrotate | ||
| + | cd / | ||
| + | && / | ||
| + | endscript | ||
| } | } | ||
| </ | </ | ||