mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59: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
|
@ -3,7 +3,7 @@
|
|||
set -e # Abort on error
|
||||
|
||||
# Configuration
|
||||
export LOG_LEVEL=${LOG_LEVEL:-DEBUG} # /etc/ocrd_logging.py uses this to set level for all OCR-D modules
|
||||
export LOG_LEVEL=${LOG_LEVEL:-INFO} # /etc/ocrd_logging.py uses this to set level for all OCR-D modules
|
||||
export TEXTEQUIV_LEVEL=glyph
|
||||
|
||||
# Command line parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue