update path for log files in production settings

remotes/origin/HEAD
Max Yakovenko 8 years ago
parent daee479e9d
commit bdf2ec3416
  1. 2
      eshop_project/settings/production.py

@ -25,4 +25,4 @@ EMAIL_HOST_PASSWORD = EMAIL_CONFIG.get('EMAIL_HOST_PASSWORD')
# Logging
LOGGING['handlers']['production_file'] = os.path.join(os.path.dirname(BASE_DIR),'logs/eshop_main_prod.log')
LOGGING['handlers']['debug_file'] = os.path.join(os.path.dirname(BASE_DIR),'logs/eshop_main_prod.log')
LOGGING['handlers']['debug_file'] = os.path.join(os.path.dirname(BASE_DIR),'logs/eshop_main_dev.log')

Loading…
Cancel
Save