1
0
Fork 0
mirror of https://github.com/qurator-spk/ocrd-galley.git synced 2025-06-14 17:19:52 +02:00

🧹 Move one-liner ocrd_logging.py to an echo statement

This commit is contained in:
Gerber, Mike 2020-08-24 19:35:08 +02:00
parent 13c619a2f0
commit 902f32cb95
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \
# Set up OCR-D logging # Set up OCR-D logging
COPY ocrd_logging.py /etc/ RUN echo "setOverrideLogLevel(os.getenv('LOG_LEVEL', 'INFO'))" >/etc/ocrd_logging.py
# Install pip (and setuptools) # Install pip (and setuptools)

View file

@ -1 +0,0 @@
setOverrideLogLevel(os.getenv('LOG_LEVEL', 'INFO'))