Notes.ini Entry



Name:

    Log_Archiving

Syntax

    Log_Archiving=Number

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Logging

        Default:

          None

        UI equivalent:

          None

        Description:
        LOG_ARCHIVING is a debug parameter to be placed in the server's notes.ini file to collect debugging output as it relates to server-based archiving.

        There are 3 levels of logging using LOG_ARCHIVING=X
        X = 0 No logging
        1 <= X <= 9 Some logging
        X >= 10 Verbose Logging

        This is a server-side debug parameter. This debugging is not captured in log.nsf and must be captured either in the console log by executing "start console" on the Domino Console or by using the DEBUG_OUTFILE parameter.

        This parameter can be enabled dynamically using the following console command:

        set config LOG_ARCHIVING=X

        Where X is a number according to the table above.

        Below is sample debug output when X > 10. The first part of the output is where archiving verifies the source and destination locations to be sure they exist. The middle section will provide output for each note in the database displaying for each note whether or not it is a candidate for archiving. The final piece is where the actual archiving is done and will contain the standard output of how many documents were archived and how many were deleted.