From: Kevin Leonardic Date: Mon, 10 Feb 2025 11:43:34 +0000 (+0100) Subject: Remove logging overwrite (#72) X-Git-Tag: 2025.1.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea2100bb5af7118832ef04669abb676a1821ece2;p=thirdparty%2Fpython-drafthorse.git Remove logging overwrite (#72) --- diff --git a/drafthorse/pdf.py b/drafthorse/pdf.py index a17709a..459dcef 100644 --- a/drafthorse/pdf.py +++ b/drafthorse/pdf.py @@ -39,9 +39,7 @@ from pypdf.generic import ( from drafthorse.xmp_schema import XMP_SCHEMA -logging.basicConfig() logger = logging.getLogger("drafthorse") -logger.setLevel(logging.INFO) def attach_xml(original_pdf, xml_data, level=None, metadata=None, lang=None):