We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc3831 commit a697b5dCopy full SHA for a697b5d
src/c2pa/lib.py
@@ -22,7 +22,8 @@
22
format='%(asctime)s - %(levelname)s - %(message)s',
23
force=True # Force configuration even if already configured
24
)
25
-logger = logging.getLogger(__name__)
+# Create a module-specific logger
26
+logger = logging.getLogger("c2pa")
27
28
29
class CPUArchitecture(Enum):
0 commit comments