Graylog
Settings Management
Please note settings are imported from environment variables only at initial boot and should be managed from the settings tab on the admin panel thereafter. Please refer to the Setup > Settings page for more details.
| Name | Value |
|---|---|
| LOGGING_GRAYLOG_ENABLED | Whether or not to send error logs to the Graylog server. Default: true |
| LOGGING_GRAYLOG_ENDPOINT | The Url to the Graylog host server. Default: error-reports.memtly.com |
| LOGGING_GRAYLOG_PORT | The port the Graylog host server receives messages on. Default: 12201 |
| LOGGING_GRAYLOG_TRANSPORT_TYPE | The protocol the Graylog host server receives messages on. The options are tcp, udp or http.Default: tcp |
| LOGGING_GRAYLOG_LOG_LEVEL | The minimum log level to record. The options are Verbose, Debug, Information, Warning, Error or Fatal.Default: Error |
Community Error Reporting
Memtly Community Edition sends error reports directly to the Memtly servers for issue tracking and bug fixing by default. We do not collect any personal information at all and only collect error reports and stack traces used for debugging exceptions thrown in the code. This is entirely optional and can be disabled via the LOGGING_GRAYLOG_ENABLED environment variable or by disabling them in the settings Admin Panel > Settings > Logging > Enabled.