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