Additional Configuration of the Bolero Settings File

General Settings

In the General Settings subsection of the Settings file, you can disable domain name resolution and modify the level of error logging.
Disabling Domain Name Resolution
By default, Bolero reduces the load on your Web server by performing Domain Name resolution on IP Addresses it parses from log entries. The entry in the Bolero Settings file has the following format:
[GeneralSettings]
DomainNameResolution = On
ErrorLogLevel = Information
To disable this feature, set DomainNameResolution to Off. For example::
[GeneralSettings]
DomainNameResolution = Off
ErrorLogLevel = Information
Modifying Level of Error Logging
There are four levels of error logging which, when specified, will result in different information recorded in the Bolero Log file.


SettingLog Formats
ErrorLogLevel = Debug Debugging, information, warning and error levels are logged.
ErrorLogLevel = InformationInformation, warning and error levels are logged.
ErrorLogLevel = warningWarning and error levels are logged.
ErrorLogLevel = errorError levels are logged.

Enter the level of error logging, depending on how much information you want to log.
Click here to return to Configuration of the Bolero Settings file.

Click here to return to the Using Bolero page.

Home Page - Reports