comparison Sphinx/source/faq/log.rst @ 741:97e6a0431c5e Orthanc-1.9.6

Orthanc 1.9.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Jul 2021 12:30:42 +0200
parents e6386c012438
children 4e9dc26a5cb9
comparison
equal deleted inserted replaced
740:63f246134e5b 741:97e6a0431c5e
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.5-Release.exe`` together 61 3. Copy the just-downloaded ``Orthanc-1.9.6-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.5-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 70 $ Orthanc-1.9.6-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