yf_yzl 2 년 전
부모
커밋
0943c45206
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/Weather/views.py

+ 1 - 1
apps/Weather/views.py

@@ -41,7 +41,7 @@ province_dict = {
 
 
 
-logging.basicConfig(level=logging.DEBUG, filename='/data/logs/app.log', filemode='w',
+logging.basicConfig(level=logging.DEBUG, filename='/data/logs/weather.log', filemode='w',
                     format='%(asctime)s - %(levelname)s - %(message)s')
 
 class GetWeather(APIView):