From 74308a80ccea7502287429ffc73cdcec7d6e363f Mon Sep 17 00:00:00 2001 From: creations Date: Fri, 13 Jun 2025 20:27:55 -0400 Subject: [PATCH] forgot to fix readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f160dfc..a85c5d4 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ constructor > environment > logger.json > defaults "rotate": true, "maxFiles": 3, "fileNameFormat": "yyyy-MM-dd", + "subDirectory": null, "console": true, "consoleColor": true, @@ -172,6 +173,7 @@ constructor > environment > logger.json > defaults | `LOG_ROTATE` | Enable daily rotation | | `LOG_MAX_FILES` | Max rotated files to keep | | `LOG_FILE_NAME_FORMAT` | Custom file name format (default: yyyy-MM-dd) | +| `LOG_SUBDIRECTORY` | Subdirectory for log files (default: null) | | `LOG_CONSOLE` | Enable console output | | `LOG_CONSOLE_COLOR` | Enable ANSI color in console output | | `LOG_DATE_FORMAT` | Date format for display timestamp |