39534: Define The Interval Between Disk Space Log Messages

use Google Translate

Applies to: 

Last update: 07-04-2016

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:

  1. Open MassTransit.cfg (found in the MassTransit installation folder) in a text editor.
  2. 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

  3. Save MassTransit.cfg.
  4. 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.

Tags: