comparison Sphinx/source/faq/log.rst @ 763:4e9dc26a5cb9 Orthanc-1.9.7

Orthanc 1.9.7
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Aug 2021 11:24:43 +0200
parents 97e6a0431c5e
children c8afdaeb877a
comparison
equal deleted inserted replaced
762:b3fe7b0a09fc 763:4e9dc26a5cb9
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.6-Release.exe`` together 61 3. Copy the just-downloaded ``Orthanc-1.9.7-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.6-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 70 $ Orthanc-1.9.7-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