Log Rotation
The default log rotation setting for Advanced Store is as specified in the following table.
Line | value | Description |
---|---|---|
log.file.rotation.date |
$D0 |
Sets to rotate the log file every day at midnight. |
log.file.rotation.size |
1073741824 |
Sets to rotate the log file when its size exceeds 1 GB. |
log.file.rotation.count |
30 |
Sets the maximum number of log files that can be stored to 30, including the current one. |
Configure this setting as preferred using the rabbitmq.conf file.
If using clustered RabbitMQ nodes, make sure to match the log rotation setting for each node.