Created
December 3, 2021 15:43
-
-
Save UnknownPlatypus/1cddeeaf64d66dbc045bdcfe35189579 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
logger = logging.getLogger("mysite.profiling") | |
# mysite/forms/fields/sg_or_image_field.py | |
logger.debug(f"SVG: {repr(self)} - field:{self.field} ") | |
# django/core/files/images.py | |
logger.debug(f"IMG: {repr(file_or_path)} - field:{file_or_path.field} ") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment