Mercurial > hg > orthanc-book
changeset 775:eab354bfeb9b
osimis/docker: added log env var
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 20 Sep 2021 15:21:44 +0200 |
parents | d421061d4d49 |
children | 702d9c22651d |
files | Sphinx/source/users/docker-osimis.rst |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <scalability-memory>` - ``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 <https://groups.google.com/g/orthanc-users/c/EXjTq2ZU1vw/m/02CwW1jzAQAJ>`__ before starting Orthanc.