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