Mercurial > hg > orthanc-book
changeset 776:702d9c22651d
merge
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 20 Sep 2021 15:22:05 +0200 |
parents | eab354bfeb9b (diff) 81818626cff0 (current diff) |
children | 5caf286f8a0a ededfacf9a8d |
files | |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.