Skip to content

Commit

Permalink
chore: change logger
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Sep 13, 2024
1 parent b369be7 commit 1bf0d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/image_transfer/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from substrapp.docker_registry import RegistryPreconditionFailedException
from substrapp.utils import safezip

logger = structlog.get_logger("builder")
logger = structlog.get_logger("worker")


def add_blobs_to_zip(
Expand Down

0 comments on commit 1bf0d35

Please sign in to comment.