Notes.ini Entry



Name:

    Console_Log_Enabled

Syntax

    Console_Log_Enabled=0 / 1

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Console

        Default:

          None

        UI equivalent:

          None

        Description:
        Controls the level of information shown in the Log.

        Specifies whether to enable logging to the Console Log file (CONSOLE.LOG, by default).

        0: Disable Console Log file logging
        1: Enable Console Log file logging

        Tip: To toggle logging to the Console Log file from the server console, use the "start consolelog" and "stop consolelog" commands.

        If you utilize the native Domino console logging and do not explicitly enable console logging with the console_log_enabled=1 notes.ini setting or specify a default console logging limit size with the console_log_max_kbytes=<desired size> notes.ini setting, upgrading the Domino server to Domino 8 sets the console logging limit to 1K. The new default setting of 1K was introduced to improve product serviceability and is enabled without user intervention or notification

        Therefore, we strongly recommend that, if you utilize console logging for crash reporting to Lotus Support, troubleshooting, document retention or whatever other purpose, you enabled one of the following notes.ini parameters:

        – console_log_enabled=1

        – console_log_max_kbytes=<desired size>

        Stopping and restarting console logging, with the stop consolelog and start consolelog commands, is required for these setting to take effect.