Number of lines in a log document

Hi,

Is there a (notes.ini) parameter that controls the number ol lines written in a document of the log db ?

Thanks for your reply.

Jean-Pierre Bloch

Subject: Number of lines in a document

Thanks Chris,

If I understand, this parameter gives the size of the Log db before documents are deleted.

I want to increase the number of lines in 1 log document (seems to be something like a 100).

Jean-Pierre

NB : I saved this reply only once but two were posted ???

Subject: Yes, use log=

Here is the info: http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Log http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Log

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.