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:
To disable this feature, set DomainNameResolution to Off. For example::[GeneralSettings] DomainNameResolution = On ErrorLogLevel = Information
Modifying Level of Error Logging[GeneralSettings] DomainNameResolution = Off ErrorLogLevel = Information
There are four levels of error logging which, when specified, will result in different information recorded in the Bolero Log file.
Setting | Log Formats |
ErrorLogLevel = Debug | Debugging, information, warning and error levels are logged. |
ErrorLogLevel = Information | Information, warning and error levels are logged. |
ErrorLogLevel = warning | Warning and error levels are logged. |
ErrorLogLevel = error | Error 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.