# HG changeset patch # User Sebastien Jodogne # Date 1604585835 -3600 # Node ID d70347eecb915f2051e28570b9ed6d1688ab1dd9 # Parent d18496f166b8abfc7d2983768dcd14e5fe17b8f2 cont diff -r d18496f166b8 -r d70347eecb91 Sphinx/source/faq/debugging.rst --- a/Sphinx/source/faq/debugging.rst Thu Nov 05 15:06:41 2020 +0100 +++ b/Sphinx/source/faq/debugging.rst Thu Nov 05 15:17:15 2020 +0100 @@ -19,8 +19,8 @@ files in verbose mode ` do not provide meaningful information. **Important reminder:** Most issues with Orthanc can be solved by -carefully looking at the :ref:`Orthanc logs ` in ``--verbose`` -mode! +carefully looking at the :ref:`Orthanc logs ` after starting +Orthanc with the ``--verbose --trace-dicom`` command-line options! Any system diff -r d18496f166b8 -r d70347eecb91 Sphinx/source/faq/dicom.rst --- a/Sphinx/source/faq/dicom.rst Thu Nov 05 15:06:41 2020 +0100 +++ b/Sphinx/source/faq/dicom.rst Thu Nov 05 15:17:15 2020 +0100 @@ -7,7 +7,8 @@ computer network are related to the configuration of these modalities. As preliminary debugging actions, you should: -* Make sure you use the `most recent version `_ of Orthanc. +* Make sure you use the `most recent version + `_ of Orthanc. * Make sure the two computers can "ping" each other. * Turn off all the firewalls on the two computers (especially on Microsoft Windows). * Make sure the remote computer has `DICOM TLS encryption @@ -36,8 +37,10 @@ options ``LuaScripts`` and ``Plugins`` both to the empty list. * ``DicomAssociationCloseDelay`` should be set to ``0``. -* Restart Orthanc with the ``--verbose`` option at command line, and - carefully inspect the log. This might provide immediate debugging +* Restart Orthanc with the ``--verbose --trace-dicom`` options at + command line, and carefully inspect the log (the ``trace-dicom`` + option is new in Orthanc 1.8.1 and provides low-level information + from DCMTK). This might provide immediate debugging information. Make sure to read :ref:`how to generate an exploitable log `. * Issue a :ref:`DICOM C-Echo ` from each modality to make diff -r d18496f166b8 -r d70347eecb91 Sphinx/source/users/configuration.rst --- a/Sphinx/source/users/configuration.rst Thu Nov 05 15:06:41 2020 +0100 +++ b/Sphinx/source/users/configuration.rst Thu Nov 05 15:17:15 2020 +0100 @@ -61,3 +61,5 @@ $ Orthanc ./Configuration.json --verbose $ Orthanc ./Configuration.json --trace +To learn more about the Orthanc logs, :ref:`check out the dedicated +page `.