Notes.ini Entry



Name:

    Log

Syntax

    Log=Logfilename, Log_Option, Not_Used, Days, Size

Applies to:

    Servers and/or Workstations

Add-on:


    First Release:


      Obsolete since:


        Category:

          Logging

        Default:

          Log=LOG.NSF,1,0,7,40000

        UI equivalent:

          None

        Description:
        Specifies the contents of the log file and controls other logging actions:

        ParameterValue
        logfilenameThe log database file name, usually LOG.NSF
        log_optionLog options:
        1 = Log to the console
        2 = Stop console Logging
        3 = Force database fixup when opening the log file
        4 = Full document scan
        not_usedAlways set to zero; this parameter is not currently used
        daysThe number of days to retain log documents
        sizeThe size of log text in event documents

        For example:

        Log=LOG.NSF,1,0,7,20000

        The log file (LOG.NSF) is deleted in seven days and can contain up to 20,000 words. All log information is also sent to the console.