ocrd_network.logging_utils module

ocrd_network.logging_utils.configure_file_handler_with_formatter(logger: Logger, log_file: Path, mode: str = 'a') None[source]
ocrd_network.logging_utils.get_root_logging_dir(module_name: NetworkLoggingDirs) Path[source]
ocrd_network.logging_utils.get_cache_locked_pages_logging_file_path() Path[source]
ocrd_network.logging_utils.get_cache_processing_requests_logging_file_path() Path[source]
ocrd_network.logging_utils.get_mets_server_logging_file_path(mets_path: str) Path[source]
ocrd_network.logging_utils.get_processing_job_logging_file_path(job_id: str) Path[source]
ocrd_network.logging_utils.get_processing_server_logging_file_path(pid: int) Path[source]
ocrd_network.logging_utils.get_processing_worker_logging_file_path(processor_name: str, pid: int) Path[source]
ocrd_network.logging_utils.get_processor_server_logging_file_path(processor_name: str, pid: int) Path[source]