# HG changeset patch # User Alain Mazy # Date 1632144125 -7200 # Node ID 702d9c22651deaab42c69bdb10d5daddf4193973 # Parent eab354bfeb9bd5e0a5acd6ecf6cdb9ac5cf5d364# Parent 81818626cff0563b1d939056cc78f2025b0c9ff4 merge diff -r 81818626cff0 -r 702d9c22651d Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Thu Sep 16 12:56:10 2021 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Mon Sep 20 15:22:05 2021 +0200 @@ -95,6 +95,8 @@ - ``TRACE_ENABLED=true`` will start Orthanc with the ``--trace`` option - ``NO_JOBS=true`` will start Orthanc with the ``--no-jobs`` option - ``UNLOCK=true`` will start Orthanc with the ``--unlock`` option +- ``LOGDIR=/logs`` will start Orthanc with the ``--logdir=/logs`` option (introduced in 21.9.1) +- ``LOGFILE=/logs`` will start Orthanc with the ``--logfile=/logs/orthanc.log`` option (introduced in 21.9.1) - ``MALLOC_ARENA_MAX=10`` will :ref:`control memory usage ` - ``ORTHANC_JSON`` can be used to pass a JSON "root" configuration (see below). - ``BEFORE_ORTHANC_STARTUP_SCRIPT`` can be used to `run a custom script `__ before starting Orthanc.