peng 2 vuotta sitten
vanhempi
commit
79a8bae9c6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      background/views.py

+ 1 - 1
background/views.py

@@ -16,7 +16,7 @@ from rest_framework.response import Response
 
 s3_obj = AmazonS3Util()
 bucket = 'ansjerfilemanager'
-LOGGER = logging.getLogger('info')
+LOGGER = logging.getLogger('django')
 
 
 class ProductInfoSet(ModelViewSet):