[back to "
Notes from Support: Calling Support with a Domino server crash"]
Increasing logging levels (sidebar)
Increasing the logging level of any activity can make the LOG.NSF large and difficult to analyze. Therefore, increase logging levels only when needed. Once you've located the information your're looking for, drop back to the previous logging levels to keep the LOG.NSF manageable.
Here are a few helpful NOTES.INI parameters you can add, or alter, in your NOTES.INI file to facilitate troubleshooting:
- LOG-REPLICATION= n
This parameter controls the logging of replication events. There are four settings available:
1: Logs databases being replicated
2: Same as 1, but also records the number of additions, deletions, and updates
3: Same as 2, but also records the specific Note ID updated
4: Same as 3, but also records the fields updated - LOG_MAILROUTING= n
This parameter controls the logging of the mail router. There are four settings available:
10: Logs fatal events and errors
20: Same as 10, but also records warnings and terse information
30: Same as 20, but also records verbose information
40: Same as 30, but also records more verbose information - DEBUG_AMGR= l
This parameter controls the logging of the Agent Manager. There are eight settings available:
r: Agent execution reports
l: Agent loading reports
m: Agent memory warnings
p: Agent performance statistics
v: Logs miscellaneous information such as searching databases and internal queues
e: Agent Manager event
s: Agent Manager scheduling
*: Turns on all previously defined settings
