projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa53b4a
)
Change default logging to syslog
author
Ben Klang
<bklang@mojolingo.com>
Mon, 31 Jan 2011 23:20:16 +0000
(18:20 -0500)
committer
Ben Klang
<bklang@mojolingo.com>
Mon, 31 Jan 2011 23:21:03 +0000
(18:21 -0500)
horde/config/conf.php.dist
patch
|
blob
|
history
diff --git
a/horde/config/conf.php.dist
b/horde/config/conf.php.dist
index
b9a3c61
..
0a37b80
100644
(file)
--- a/
horde/config/conf.php.dist
+++ b/
horde/config/conf.php.dist
@@
-76,4
+76,8
@@
$conf['menu']['always'] = false;
$conf['portal']['fixed_blocks'] = array();
$conf['imsp']['enabled'] = false;
$conf['kolab']['enabled'] = false;
-$conf['log']['enabled'] = false;
+$conf['log']['priority'] = 'DEBUG';
+$conf['log']['ident'] = 'HORDE';
+$conf['log']['name'] = LOG_USER;
+$conf['log']['type'] = 'syslog';
+$conf['log']['enabled'] = true;