2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +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

@ -12,7 +12,7 @@ from stock.serializers import StockItemSerializer, LocationSerializer
from part.serializers import PartSerializer
logger = logging.getLogger(__name__)
logger = logging.getLogger('inventree')
def hash_barcode(barcode_data):