peng 2 years ago
parent
commit
79a8bae9c6
1 changed files with 1 additions and 1 deletions
  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):