# HG changeset patch # User Sebastien Jodogne # Date 1786516653 -7200 # Node ID 1a4929bdd068c0ef42d400f89689d359ad5cdd57 # Parent a0dd2f56eeb17dcc1713792406e65d1e455a779b recovery of option --logs-no-thread that was left undocumented in 1.12.2 diff -r a0dd2f56eeb1 -r 1a4929bdd068 OrthancServer/Sources/main.cpp --- 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");