pynetdicom._config.LOG_REQUEST_IDENTIFIERS¶
- pynetdicom._config.LOG_REQUEST_IDENTIFIERS: bool = True¶
Log incoming C-FIND, C-GET and C-MOVE request Identifier datasets.
Added in version 1.5.
If
True
then the Identifier datasets received in C-FIND, C-GET and C-MOVE requests will be logged.Default:
True
Examples
>>> from pynetdicom import _config >>> _config.LOG_REQUEST_IDENTIFIERS = False