Explanation:
Specifies the contents of the log file and controls other logging
actions:
logfilename - The log database file name, usually LOG.NSF
log_option - Log options: 1 - Log to the console
not_used - Always set to zero; this parameter is not currently
used
days - The number of days to retain the documents in the log
file
size - The 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 bytes. All log
information is also sent to the console.
Applies to:
Servers and clients
Default Value:
Log = LOG.NSF,1,0,7,40000
UI Equivalent:
None
Syntax:
Log = logfilename, log_option, not_used,
days, size