Start/notes.ini Parameters/DEBUG_PORT_ENC_ADV

DEBUG_PORT_ENC_ADV

Profile

Parameter
DEBUG_PORT_ENC_ADV
Component
Domino Server
Available since
Domino 9.0.1 Fix Pack 7
Values
1 = debug logging enabled, 0 / not set = off (default)
GUI equivalent
none — notes.ini only

Description

DEBUG_PORT_ENC_ADV enables additional debug logging on the Domino server for the advanced Notes port encryption options controlled via PORT_ENC_ADV.
The parameter is primarily a diagnostic tool: it ensures that the individual options activated by the bitmask leave their activity visible in the server logs.

Example configuration

PORT_ENC_ADV=1 DEBUG_PORT_ENC_ADV=1
Enables a specific advanced port encryption option (bit 1) and additionally writes debug information to the Domino log.
DEBUG_PORT_ENC_ADV=0
Disables debug logging again (default).

Notes & pitfalls

  • Produces partly extensive log output — use only temporarily for diagnostics, do not leave it permanently active in production environments.
  • Only takes effect in combination with PORT_ENC_ADV enabled. Without PORT_ENC_ADV, no additional output is to be expected.
  • Takes effect only after a restart of the server task.
  • Debug logs may contain sensitive details about the encryption configuration — handle accordingly when sharing (e.g. with HCL Support).

Sources