Uwe Hartwig
Uwe Hartwig
I did some refactoring regarding the logging initialization, to enable injection of logfiles instead of doing this implicitly. But unfortunately, this did _not_ handle all 8 additional failures. Funny fact,...
Oh no, I've just learned that there are two modules named `test_workspace`, and the one addressed in https://github.com/OCR-D/core/pull/779 is *not* the one I've mentioned before. @bertsky @kba Would it be...
Actually, I was not capable to re-implement some tests with pytest, therefore I left altogether 4 testcases within their prev test setups. Even two of them would fail if a...
@kba Renaming the test suite sounds reasonable though. I would even propose to move all test cases that inspect any sort of output to a dedicated test suites for logging...
Three thumbs up! Without this call any logging records in any other application that uses stuff from `ocrd-core` gets dropped. Why become all loggers silently `PropagationShyLoggers`? All our logs vanished...
Within our main migration workflow scripts I do use some functionalities of OCR-D core for workspace preparation and so on (e.g. : https://github.com/OCR-D/ocrd-website/wiki/How-to-create-searchable-Fulltext-Data-for-DFG-Viewer). `PropagationShyLogger` is introduced from core/blob/master/ocrd_utils/ocrd_utils/logging.py, on the...
If the main reason to turn off logging totally is the behavior of tensorflow, question: It is possible to integrate tensowflow into the default logging conf file? If so, I'd...
@kba So we should extend the default configuration with, say ``` [loggers] keys=root,ocrd_tensorflow ... [logger_ocrd_tensorflow] level=ERROR handlers=consoleHandler qualname=tensorflow ``` and so on?
As this is designed as an OCR-D-Container-Systemtest, the workflow should focus on module integration, especially with known incompatibilities and, as to provide some sort of regression testing, on previously solved...
@bertsky The ALTO glyph data is not relevant for presentation in viewers. Increasing file size by such magnitudes is per se not preferable because of something that has no value...