The syslog
parameter specifies the endpoint to forward logs to a syslog server (e.g. tcp+tls://example.org:1234).
The default value for syslog
is ``.
To set the syslog
parameter, use the following command:
$ convox rack params set syslog=tcp+tls://example.org:1234 -r rackName
Setting parameters... OK
This command sets the syslog
parameter to the specified value.
When set to ``, syslog forwarding is not enabled. This parameter is optional and can be configured based on your specific logging needs. Ensure that the syslog endpoint is reachable and properly configured to receive logs from your Convox rack.