|
: 31 : 31 : 0 |
Most debug settings start with DEBUG*, but some are constructed without '_' or even with DEBUG in the end of the setting.
Consistency is not very obvious....
Examples:
1. SMTPClientDebug=1
2. IM_Request_Debug=17
3. HTTPEnableThreadDebug=1
4. AgentThreadDebug=1
5. inetlockout_verbose_trace=1
Examples of how we would like to see debug options (and they are real options):
1. Debug_threadid=1
2. Debug_Outfile=C:\Debug.txt
3. Debug_initterm=1
Also, the Domino server at startup warns about Notes.ini DEBUG settings if they are prepended with 'DEBUG'.
|