From 19b27ad48e772514d8a6ad88e9e20b90567659ed Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Thu, 23 Aug 2018 10:06:53 +0300 Subject: [PATCH] update settings --- eshop_project/settings/production.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eshop_project/settings/production.py b/eshop_project/settings/production.py index 695a088..badb638 100644 --- a/eshop_project/settings/production.py +++ b/eshop_project/settings/production.py @@ -7,7 +7,3 @@ ADMINS = ( MANAGERS = ADMINS DEFAULT_FROM_EMAIL = 'order@russian-programms.ru' - -# Logging -LOGGING['handlers']['production_file']['filename'] = os.path.join(os.path.dirname(BASE_DIR),'logs/eshop_main_prod.log') -LOGGING['handlers']['debug_file']['filename'] = os.path.join(os.path.dirname(BASE_DIR),'logs/eshop_main_dev.log')