Mercurial > hg > orthanc-book
changeset 996:d43d74afdfad
logs-no-thread
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 06 Dec 2023 16:31:42 +0100 |
parents | 5c8d2250b361 |
children | e12cf25cc93b |
files | Sphinx/source/faq/log.rst |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst Wed Dec 06 09:12:28 2023 +0100 +++ b/Sphinx/source/faq/log.rst Wed Dec 06 16:31:42 2023 +0100 @@ -166,11 +166,15 @@ * Messages that are not associated with a well-identified category are considered as belonging to the ``generic`` category. -* Using the ``--verbose`` or ``-trace`` command-line options, or +* Using the ``--verbose`` or ``--trace`` command-line options, or changing the value of the ``/tools/log-level`` URI will reset the log level of **all** the categories. Note that the command-line options are applied from left to right. * Provided that you have left the ``DeidentifyLogs`` configuration to its ``true`` default value, Orthanc logs will not contain any sensitive - patient information. \ No newline at end of file + patient information. + +* Starting from Orthanc 1.12.2, Orthanc is logging the thread name in the + logs. If you need to revert back to the previous format, add the + ``--logs-no-thread`` command line option at startup. \ No newline at end of file