comparison Sphinx/source/faq/log.rst @ 336:a5f7fc9fb611

Orthanc 1.6.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Mar 2020 15:15:39 +0100
parents 6cbcdb965ad3
children 011b01ccf52d ecdd754e16ba
comparison
equal deleted inserted replaced
335:b7f045b23faa 336:a5f7fc9fb611
47 <http://www.orthanc-server.com/download-windows.php>`__ of Orthanc. 47 <http://www.orthanc-server.com/download-windows.php>`__ of Orthanc.
48 48
49 2. Stop the Orthanc service. The actual process depends on your 49 2. Stop the Orthanc service. The actual process depends on your
50 version of Windows. 50 version of Windows.
51 51
52 3. Copy the just-downloaded ``Orthanc-1.5.8-Release.exe`` together 52 3. Copy the just-downloaded ``Orthanc-1.6.0-Release.exe`` together
53 with your configuration file (that is by default located in 53 with your configuration file (that is by default located in
54 ``C:\Orthanc\Configuration.json``) into the same folder 54 ``C:\Orthanc\Configuration.json``) into the same folder
55 (e.g. ``C:\Temp``). 55 (e.g. ``C:\Temp``).
56 56
57 4. In a command-line shell, manually start Orthanc to generate the 57 4. In a command-line shell, manually start Orthanc to generate the
58 ``Orthanc.log`` file:: 58 ``Orthanc.log`` file::
59 59
60 $ cd C:\Temp 60 $ cd C:\Temp
61 $ Orthanc-1.5.8-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 61 $ Orthanc-1.6.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
62 62
63 5. Once the log has been generated (by default, it is available as 63 5. Once the log has been generated (by default, it is available as
64 ``C:\Temp\Orthanc.log``), stop Orthanc and possibly restart the 64 ``C:\Temp\Orthanc.log``), stop Orthanc and possibly restart the
65 Orthanc service. 65 Orthanc service.
66 66