diff 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
line wrap: on
line diff
--- a/NEWS	Wed Nov 29 09:28:21 2023 +0100
+++ b/NEWS	Tue Dec 05 16:26:35 2023 +0100
@@ -27,6 +27,11 @@
     This notably greatly improve loading time of large DICOM 
     files through WADO-RS e.g in StoneViewer when working on large bandwidth networks.
   - When "HttpCompressionEnabled" is true, content < 2KB are never compressed.
+* Logs:
+  - Each line of log now contains the name of the thread that is logging the message.
+    A new '--logs-no-thread' command line option can be used to get back to the previous behavior to
+    keep backward compatibility.
+
 
 Bug Fixes
 ---------