Summary:
When a server running the MassTransit Engine runs low on available disk space, the MassTransit Engine will log a low disk space message to the MassTransit log.
This article describes how an administrator can modify the interval used for logging these messages.
Description:
The interval for how often a low disk space message is logged can be configured by a MassTransit administrator. By default, MassTransit logs low disk space messages once every 30 minutes.
To change the interval follow the steps below:
- Open MassTransit.cfg (found in the MassTransit installation folder) in a text editor.
- Set the value of the following line in MassTransit.cfg to the interval (in minutes) that disk space messages will be logged:
disk_message_interval = 30
- Save MassTransit.cfg.
- Restart the MassTransit Engine to enable the new interval setting.
Low disk space messages will now be logged at the interval the administrator has configured.