mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
⚙️ Consistently set LOG_LEVEL to INFO by default
This commit is contained in:
parent
67994d18a7
commit
568cf60b4c
2 changed files with 2 additions and 1 deletions
1
run
1
run
|
@ -4,6 +4,7 @@ set -e # Abort on error
|
|||
|
||||
DOCKER_IMAGE_PREFIX=${DOCKER_IMAGE_PREFIX:-my_ocrd_workflow} # default to locally built
|
||||
DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG:-latest}
|
||||
LOG_LEVEL=${LOG_LEVEL:-INFO}
|
||||
|
||||
self=`realpath $0`
|
||||
self_dir=`dirname "$self"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue