Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions src/c2pa/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@
# Debug flag for library loading
DEBUG_LIBRARY_LOADING = False

# Configure logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s',
force=True # Force configuration even if already configured
)
logger = logging.getLogger(__name__)
# Create a module-specific logger with NullHandler to avoid interfering with global configuration
logger = logging.getLogger("c2pa")
logger.addHandler(logging.NullHandler())


class CPUArchitecture(Enum):
Expand Down
Binary file modified tests/fixtures/files-for-reading-tests/C_with_CAWG_data.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading