comparison Sphinx/source/faq/log.rst @ 735:e6386c012438 Orthanc-1.9.5

Orthanc 1.9.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jul 2021 11:34:06 +0200
parents 8a247c645ac6
children 97e6a0431c5e
comparison
equal deleted inserted replaced
734:ec7b42de3f6f 735:e6386c012438
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.4-Release.exe`` together 61 3. Copy the just-downloaded ``Orthanc-1.9.5-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.4-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 70 $ Orthanc-1.9.5-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