是由于Domino服务器的notes.ini配置文件中有一行参数:
Log = logfilename, log_option, not_used, days, size
比如:
Log=log.nsf, 1, 0, 7, 40000
请参考在dominowiki中对这个参数的详细讲解:
http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Log
若要延长Log.nsf中记录的日志的时间,比如100天,可以修改为:
Log=log.nsf, 1, 0, 100, 40000
保存notes.ini后重启Domino服务器生效。