changeset 233:2e4188a3f3ef

log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Apr 2019 12:12:21 +0200
parents 15823481cf8f
children 4ee39154c570
files Sphinx/source/faq/log.rst
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst	Tue Mar 26 11:08:26 2019 +0100
+++ b/Sphinx/source/faq/log.rst	Thu Apr 04 12:12:21 2019 +0200
@@ -54,12 +54,15 @@
    ``C:\Orthanc\Configuration.json``) into the same folder
    (e.g. ``C:\Temp``).
 
-4. Type in a command-line shell, to generate the ``Orthanc.log`` file::
+4. In a command-line shell, manually start Orthanc to generate the
+   ``Orthanc.log`` file::
 
    $ cd C:\Temp
    $ Orthanc-1.5.6-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
 
-5. Restart the Orthanc service.
+5. Once the log has been generated (by default, it is available as
+   ``C:\Temp\Orthanc.log``), stop Orthanc and possibly restart the
+   Orthanc service.
 
 
 Under Debian GNU/Linux