diff --git a/Dockerfile b/Dockerfile index 64111d9..ddc520c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,13 +60,7 @@ RUN chmod go+r $ACTIVEMQ_CLIENT ENV ACTIVEMQ_CLIENT_QUEUE FinalizeTaskQueue # install mets-mods2tei (for METS updates outside of OCR-D workspace) -#RUN pip install mets-mods2tei -# workaround until https://github.com/slub/mets-mods2tei/pull/68 is merged and released: -RUN apt-get install git && \ - git clone --branch adjustments-for-mets-server-option https://github.com/markusweigelt/mets-mods2tei && \ - cd mets-mods2tei && \ - pip install . - +RUN pip install mets-mods2tei # install page-to-alto (for ALTO conversion outside of OCR-D workflow) RUN pip install ocrd-page-to-alto # install mongosh (for job information) diff --git a/ocrd_logging.conf b/ocrd_logging.conf index ad1db51..cd6cb1b 100644 --- a/ocrd_logging.conf +++ b/ocrd_logging.conf @@ -94,12 +94,10 @@ qualname=PIL # [handler_consoleHandler] #class=StreamHandler -#class=logging.handlers.SysLogHandler -class=logging.NullHandler +class=logging.handlers.SysLogHandler formatter=defaultFormatter #args=(sys.stderr,) -#args=('/dev/log', 'user') -args=() +args=('/dev/log', 'user') # # example logfile handler