mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
@@ -102,3 +102,15 @@ SECRET_KEY_BASE=replace_with_your_own_secret_string
|
||||
|
||||
You can generate `SECRET_KEY_BASE` using `rake secret` command from project root folder.
|
||||
|
||||
### Rails Logging Variables
|
||||
|
||||
By default chatwoot will capture `info` level logs in production. Ref [rails docs](https://guides.rubyonrails.org/debugging_rails_applications.html#log-levels) for the additional log level options.
|
||||
We will also retain 1 GB of your recent logs and your last shifted log file.
|
||||
You can fine tune these settings using the following environment variables
|
||||
|
||||
```bash
|
||||
# possible values: 'debug', 'info', 'warn', 'error', 'fatal' and 'unknown'
|
||||
LOG_LEVEL=
|
||||
# value in megabytes
|
||||
LOG_SIZE= 1024
|
||||
```
|
||||
Reference in New Issue
Block a user