comparison Sphinx/source/faq/log.rst @ 233:2e4188a3f3ef

log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Apr 2019 12:12:21 +0200
parents 90fe64396fb5
children a64197133114
comparison
equal deleted inserted replaced
232:15823481cf8f 233:2e4188a3f3ef
52 3. Copy the just-downloaded ``Orthanc-1.5.6-Release.exe`` together 52 3. Copy the just-downloaded ``Orthanc-1.5.6-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. Type in a command-line shell, to generate the ``Orthanc.log`` file:: 57 4. In a command-line shell, manually start Orthanc to generate the
58 ``Orthanc.log`` file::
58 59
59 $ cd C:\Temp 60 $ cd C:\Temp
60 $ Orthanc-1.5.6-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 61 $ Orthanc-1.5.6-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
61 62
62 5. Restart the Orthanc service. 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
65 Orthanc service.
63 66
64 67
65 Under Debian GNU/Linux 68 Under Debian GNU/Linux
66 ^^^^^^^^^^^^^^^^^^^^^^ 69 ^^^^^^^^^^^^^^^^^^^^^^
67 70