🗂️ feat: Allow Disabling File Log Transports (#13215)
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions

* fix: allow disabling file log transports

* fix: defer log directory setup when file logging disabled
This commit is contained in:
Danny Avila 2026-05-20 23:16:56 -04:00 committed by GitHub
parent 8310e9a840
commit 799a080479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 182 additions and 68 deletions

View file

@ -68,6 +68,8 @@ CONSOLE_JSON=false
DEBUG_LOGGING=true
DEBUG_CONSOLE=false
# Set to false to disable file-backed Winston transports.
LOG_TO_FILE=true
# Set to true to enable agent debug logging
AGENT_DEBUG_LOGGING=false