From d5e51430903f25ea03f1090031895c609658f4aa Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 23 Jul 2026 12:39:17 +1000 Subject: [PATCH] docs(update): Logger max file size from 2 to 4 GB (#28058) --- docs/en/dev_log/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/dev_log/logging.md b/docs/en/dev_log/logging.md index 0423c1ff91..29aff14ec2 100644 --- a/docs/en/dev_log/logging.md +++ b/docs/en/dev_log/logging.md @@ -118,7 +118,7 @@ This ensures that stale logs from a different time mode are cleaned up before cu ## File size limitations The maximum file size depends on the file system and OS. -The size limit on NuttX is currently around 2GB. +The size limit on NuttX is currently around 4GB. ## Dropouts