comparison Sphinx/source/faq/log.rst @ 607:eaa6cdfa7ba6 Orthanc-1.9.0

Orthanc 1.9.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jan 2021 12:26:47 +0100
parents 090cc988c35e
children cfeb018b9150
comparison
equal deleted inserted replaced
606:2f000ee9b20d 607:eaa6cdfa7ba6
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.8.2-Release.exe`` together 61 3. Copy the just-downloaded ``Orthanc-1.9.0-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.8.2-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 70 $ Orthanc-1.9.0-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