From f82831c8b2f7ef4b21e1ca20a0f3e83b9e79251a Mon Sep 17 00:00:00 2001 From: Bruno Amrim Date: Tue, 25 Nov 2025 14:41:45 -0300 Subject: [PATCH] Update .env.example to enclose LOG_ROTATION and LOG_RETENTION values in quotes for consistency --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 73d734cc..23d36703 100644 --- a/.env.example +++ b/.env.example @@ -223,10 +223,10 @@ LOG_COLORIZE=true LOG_SERIALIZE=false # Log rotation size -LOG_ROTATION=100 MB +LOG_ROTATION="100 MB" # Log retention period -LOG_RETENTION=30 days +LOG_RETENTION="30 days" # Log compression LOG_COMPRESSION=zip