From 044ef7a2b22b200f618205b2a0593c139ff136ae Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 23 Apr 2025 08:44:36 -0700 Subject: [PATCH] chore: updates docs --- docs/guide/log-files-on-disk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/log-files-on-disk.md b/docs/guide/log-files-on-disk.md index 104fd32c..5821e9ab 100644 --- a/docs/guide/log-files-on-disk.md +++ b/docs/guide/log-files-on-disk.md @@ -37,6 +37,6 @@ services: ::: -In the above example, `/var/log/system.log` is mounted from the host and used with `tail -f` to follow the file. `tail` is smart to follow log rotations. During testing, using Alpine only uses about `300KB` of memory. +In the above example, `/var/log/system.log` is mounted from the host and used with `tail -f` to follow the file. `tail` is smart to follow log rotations. During testing, using Alpine used about `~50KB` of memory. The second tab shows a `docker-compose` file which is useful if you want the log stream to survive server reboot.