Mercurial > hg > orthanc-book
changeset 1064:f049d19e3109
verbose Windows service
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 25 Apr 2024 12:21:42 +0200 |
parents | 54ec4337e2bd |
children | 24a7480e6ec0 |
files | Sphinx/source/faq/log.rst |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst Mon Apr 22 09:43:24 2024 +0200 +++ b/Sphinx/source/faq/log.rst Thu Apr 25 12:21:42 2024 +0200 @@ -66,7 +66,7 @@ ^^^^^^^^^^^^^ -if you used the `official Windows installers +If you used the `official Windows installers <https://www.orthanc-server.com/download-windows.php>`__: 1. Stop the Orthanc service. The actual process depends on your @@ -86,6 +86,14 @@ and possibly restart the Orthanc service. +By default, the Orthanc service will always start in the default ``Warning`` log level. +If you want to make it start in ``Verbose`` mode at every start, you should set this Registry +Key to 1:: + + Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Orthanc\Orthanc Server\Verbose + + + Under Debian GNU/Linux ^^^^^^^^^^^^^^^^^^^^^^