Mercurial > hg > orthanc
changeset 7057:1a4929bdd068
recovery of option --logs-no-thread that was left undocumented in 1.12.2
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 12 Aug 2026 08:37:33 +0200 |
| parents | a0dd2f56eeb1 |
| children | 45205d0bda11 0822a5109ae1 |
| files | OrthancServer/Sources/main.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp Wed Aug 12 08:37:00 2026 +0200 +++ b/OrthancServer/Sources/main.cpp Wed Aug 12 08:37:33 2026 +0200 @@ -2187,7 +2187,7 @@ (OPTION_VERBOSE, "be verbose in logs") (OPTION_TRACE, "highest verbosity in logs (for debug)") - // New in Orthanc 1.12.12 + // New in Orthanc 1.12.2 (OPTION_LOGS_NO_THREAD, "remove thread names from logs"); boost::program_options::options_description finetuning("Fine-tuning of log categories");
