comparison Sphinx/source/faq/log.rst @ 1023:5d4701d8fe28

replaced osimis/orthanc by orthancteam/orthanc
author Alain Mazy <am@osimis.io>
date Thu, 01 Feb 2024 15:09:48 +0100
parents f263cd65a754
children f049d19e3109
comparison
equal deleted inserted replaced
1022:2969cbebbc91 1023:5d4701d8fe28
104 104
105 105
106 Under Docker 106 Under Docker
107 ^^^^^^^^^^^^ 107 ^^^^^^^^^^^^
108 108
109 With ``osimis/orthanc`` images, simply define the ``VERBOSE_ENABLED`` environment 109 With ``orthancteam/orthanc`` images, simply define the ``VERBOSE_ENABLED`` environment
110 variable to ``true`` when starting your container and then, run this command to 110 variable to ``true`` when starting your container and then, run this command to
111 retrieve the logs in a file:: 111 retrieve the logs in a file::
112 112
113 $ sudo docker logs your_container_name &> /tmp/orthanc.log 113 $ sudo docker logs your_container_name &> /tmp/orthanc.log
114 114