为什么Log.nsf中存储的日志只有最近7天的原因

 

是由于Domino服务器的notes.ini配置文件中有一行参数:
Log = logfilenamelog_optionnot_useddayssize

比如:
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服务器生效。
posted @ 2017-08-30 13:55  深云客  阅读(299)  评论(0编辑  收藏  举报