comparison NEWS @ 5450:9ffd6d18daf3 pg-transactions

log lines now contain the thread name
author Alain Mazy <am@osimis.io>
date Tue, 05 Dec 2023 16:26:35 +0100
parents 2d23c92c359a
children 8345267e8de5
comparison
equal deleted inserted replaced
5449:29858f424fc7 5450:9ffd6d18daf3
25 compressible is compressed (JSON, XML, HTML, text, ...). DICOM files are never 25 compressible is compressed (JSON, XML, HTML, text, ...). DICOM files are never
26 compressed over HTTP. In prior versions, all content types were compressed. 26 compressed over HTTP. In prior versions, all content types were compressed.
27 This notably greatly improve loading time of large DICOM 27 This notably greatly improve loading time of large DICOM
28 files through WADO-RS e.g in StoneViewer when working on large bandwidth networks. 28 files through WADO-RS e.g in StoneViewer when working on large bandwidth networks.
29 - When "HttpCompressionEnabled" is true, content < 2KB are never compressed. 29 - When "HttpCompressionEnabled" is true, content < 2KB are never compressed.
30 * Logs:
31 - Each line of log now contains the name of the thread that is logging the message.
32 A new '--logs-no-thread' command line option can be used to get back to the previous behavior to
33 keep backward compatibility.
34
30 35
31 Bug Fixes 36 Bug Fixes
32 --------- 37 ---------
33 38
34 * Solved a deadlock related to the Job Engine events and plugins. Job events are now pushed 39 * Solved a deadlock related to the Job Engine events and plugins. Job events are now pushed