]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Remove logging overwrite (#72)
authorKevin Leonardic <kevle@users.noreply.github.com>
Mon, 10 Feb 2025 11:43:34 +0000 (12:43 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 11:43:34 +0000 (12:43 +0100)
drafthorse/pdf.py

index a17709a54d6d47cc3eef4de66278821209307378..459dcef881a01a6b9a7f3229fc6473bda7b566c0 100644 (file)
@@ -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):