✏️ doc update: dotenv.md (#2226)

This commit is contained in:
Fuegovic 2024-03-27 16:29:40 -04:00 committed by GitHub
parent 84656b9812
commit 7945fea0f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,6 +76,14 @@ NO_INDEX=true
> ❗**Note:** This method is not guaranteed to work for all search engines, and some search engines may still index your website or web page for other purposes, such as caching or archiving. Therefore, you should not rely solely on this method to protect sensitive or confidential information on your website or web page.
### JSON Logging
When handling console logs in cloud deployments (such as GCP or AWS), enabling this will duump the logs with a UTC timestamp and format them as JSON. See: [feat: Add CONSOLE_JSON](https://github.com/danny-avila/LibreChat/pull/2146)
```
CONSOLE_JSON=false
```
### Logging
LibreChat has built-in central logging, see [Logging System](../../features/logging_system.md) for more info.