comparison Sphinx/source/faq/log.rst @ 719:8a247c645ac6 Orthanc-1.9.4

Orthanc 1.9.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jun 2021 09:52:22 +0200
parents 17c1ff4e6ae4
children e6386c012438
comparison
equal deleted inserted replaced
718:ab751f4ebd40 719:8a247c645ac6
56 <https://www.orthanc-server.com/download-windows.php>`__ of Orthanc. 56 <https://www.orthanc-server.com/download-windows.php>`__ of Orthanc.
57 57
58 2. Stop the Orthanc service. The actual process depends on your 58 2. Stop the Orthanc service. The actual process depends on your
59 version of Windows. 59 version of Windows.
60 60
61 3. Copy the just-downloaded ``Orthanc-1.9.3-Release.exe`` together 61 3. Copy the just-downloaded ``Orthanc-1.9.4-Release.exe`` together
62 with your configuration file (that is by default located in 62 with your configuration file (that is by default located in
63 ``C:\Orthanc\Configuration.json``) into the same folder 63 ``C:\Orthanc\Configuration.json``) into the same folder
64 (e.g. ``C:\Temp``). 64 (e.g. ``C:\Temp``).
65 65
66 4. In a command-line shell, manually start Orthanc to generate the 66 4. In a command-line shell, manually start Orthanc to generate the
67 ``Orthanc.log`` file:: 67 ``Orthanc.log`` file::
68 68
69 $ cd C:\Temp 69 $ cd C:\Temp
70 $ Orthanc-1.9.3-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 70 $ Orthanc-1.9.4-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
71 71
72 5. Once the log has been generated (by default, it is available as 72 5. Once the log has been generated (by default, it is available as
73 ``C:\Temp\Orthanc.log``), stop Orthanc and possibly restart the 73 ``C:\Temp\Orthanc.log``), stop Orthanc and possibly restart the
74 Orthanc service. 74 Orthanc service.
75 75