yf_yzl hace 2 años
padre
commit
0943c45206
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):