From ea48b1c44380fbf7f393b921853824e8d0f46ea2 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Mon, 16 Feb 2015 17:41:43 +0530 Subject: [PATCH] More debug messages for better error understanding --- ee/cli/plugins/stack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index 9dfb9478..c39b9c0e 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -391,6 +391,8 @@ class EEStackController(CementBaseController): # Prase /etc/php5/fpm/php-fpm.conf config = configparser.ConfigParser() + Log.debug(self, "configuring php file" + "/etc/php5/fpm/php-fpm.conf") config.read(codecs.open("/etc/php5/fpm/php-fpm.conf", "r", "utf8")) config['global']['error_log'] = '/var/log/php5/fpm.log'