pynetdicom._config.LOG_RESPONSE_IDENTIFIERS

pynetdicom._config.LOG_RESPONSE_IDENTIFIERS: bool = True

Log incoming C-FIND, C-GET and C-MOVE response Identifier datasets.

Added in version 1.5.

If True then the Identifier datasets received in Pending responses to C-FIND, C-GET and C-MOVE requests will be logged.

Default: True

Examples

>>> from pynetdicom import _config
>>> _config.LOG_RESPONSE_IDENTIFIERS = False