Parameter:
Log_ConnectionsShort description: Logs incoming and outgoing NRPC connections in
log.nsf (setup, duration, protocol).Profile
Parameter | Log_Connections |
Category | Logging / Debug |
Component | Server |
Available since | R5 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | Configuration document (Logging tab) |
Possible values | 0 = off, 1 = enabled |
Description
Log_Connections=1 writes every NRPC connection setup and teardown to log.nsf. This makes it possible to reconstruct questions such as “which server mates did this server actually reach?” or “how long does a typical replication session take?”.For servers with very many short sessions (mail servers with tens of thousands of Notes Clients), the log volume can become considerable – in that case, enable it only selectively during diagnostic windows.
Example configuration
Log_Connections=1
Notes & pitfalls
- Log volume can grow significantly on large servers – take retention of
log.nsfinto account.
- The Configuration document overrides this
notes.inisetting.
- Pairs with
Log_MailRouting,Log_Sessions, andLog_Tasksfor the full picture.
- For SSL/TLS sessions, additionally consider
DEBUG_TLS.
- The change takes effect after a restart or via a
set configreload.