# HG changeset patch # User Alain Mazy # Date 1632144104 -7200 # Node ID eab354bfeb9bd5e0a5acd6ecf6cdb9ac5cf5d364 # Parent d421061d4d494e64f474ed1338baca30b6699abd osimis/docker: added log env var diff -r d421061d4d49 -r eab354bfeb9b Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Thu Sep 16 09:17:18 2021 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Mon Sep 20 15:21:44 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.