comparison Sphinx/source/users/docker-osimis.rst @ 775:eab354bfeb9b

osimis/docker: added log env var
author Alain Mazy <am@osimis.io>
date Mon, 20 Sep 2021 15:21:44 +0200
parents 9130cb19dc4d
children ededfacf9a8d
comparison
equal deleted inserted replaced
773:d421061d4d49 775:eab354bfeb9b
93 in your logs 93 in your logs
94 - ``VERBOSE_ENABLED=true`` will start Orthanc with the ``--verbose`` option 94 - ``VERBOSE_ENABLED=true`` will start Orthanc with the ``--verbose`` option
95 - ``TRACE_ENABLED=true`` will start Orthanc with the ``--trace`` option 95 - ``TRACE_ENABLED=true`` will start Orthanc with the ``--trace`` option
96 - ``NO_JOBS=true`` will start Orthanc with the ``--no-jobs`` option 96 - ``NO_JOBS=true`` will start Orthanc with the ``--no-jobs`` option
97 - ``UNLOCK=true`` will start Orthanc with the ``--unlock`` option 97 - ``UNLOCK=true`` will start Orthanc with the ``--unlock`` option
98 - ``LOGDIR=/logs`` will start Orthanc with the ``--logdir=/logs`` option (introduced in 21.9.1)
99 - ``LOGFILE=/logs`` will start Orthanc with the ``--logfile=/logs/orthanc.log`` option (introduced in 21.9.1)
98 - ``MALLOC_ARENA_MAX=10`` will :ref:`control memory usage <scalability-memory>` 100 - ``MALLOC_ARENA_MAX=10`` will :ref:`control memory usage <scalability-memory>`
99 - ``ORTHANC_JSON`` can be used to pass a JSON "root" configuration (see below). 101 - ``ORTHANC_JSON`` can be used to pass a JSON "root" configuration (see below).
100 - ``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. 102 - ``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.
101 103
102 Configuration files 104 Configuration files