⚙️ Consistently set LOG_LEVEL to INFO by default

This commit is contained in:
Gerber, Mike 2020-09-01 11:57:18 +02:00
parent 67994d18a7
commit 568cf60b4c
2 changed files with 2 additions and 1 deletions

View file

@ -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