2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Update logger context

This commit is contained in:
Oliver Walters
2021-04-10 20:08:13 +10:00
parent 5e54b0f5cf
commit e787c853e5
18 changed files with 19 additions and 19 deletions

View File

@ -9,7 +9,7 @@ from django.conf import settings
from PIL import UnidentifiedImageError
logger = logging.getLogger(__name__)
logger = logging.getLogger("inventree")
class PartConfig(AppConfig):