From 3845f1039ed0c887b3634ab5dbfa201de88629e2 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 16 Mar 2008 08:29:42 -0400 Subject: [PATCH] Fixed a bug when maildirs are created. Updated the Debian installation instructions. --- install/tpl/config.inc.php.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index a1b65b5..33469bd 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -106,7 +106,7 @@ */ $conf["log_file"] = $conf["rootpath"].$conf["fs_div"]."ispconfig.log"; -$conf["log_priority"] = 0; // 0 = Debug, 1 = Warning, 2 = Error +$conf["log_priority"] = 2; // 0 = Debug, 1 = Warning, 2 = Error /* Themes -- Gitblit v1.9.1