User Tools

Site Tools


tutorials:horde_groupware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorials:horde_groupware [2009/08/07 20:40]
razvan
tutorials:horde_groupware [2009/08/07 21:46]
razvan
Line 308: Line 308:
  
 The {{{Administration -> Setup -> Wicked}}} menu enables configuration of the built-in wiki. The usual configuration I'm doing is changing the default markup to Creole (the {{{$conf[wicked][format]}}} variable). The {{{Administration -> Setup -> Wicked}}} menu enables configuration of the built-in wiki. The usual configuration I'm doing is changing the default markup to Creole (the {{{$conf[wicked][format]}}} variable).
 +
 +=== Logging ===
 +
 +By default, Horde logs information in {{{/tmp/horde}}}. Configuration can be altered through the use of the web interface ({{{Administration -> Setup -> Horde -> Logging}}}) or by using the {{{$HORDE_INSTALL_DIR/config/conf.php}}} file:
 +
 +{{{
 +$conf['log']['priority'] = PEAR_LOG_NOTICE;
 +$conf['log']['ident'] = 'HORDE';
 +$conf['log']['params'] = array();
 +$conf['log']['name'] = '/tmp/horde.log';
 +$conf['log']['params']['append'] = true;
 +$conf['log']['type'] = 'file';
 +$conf['log']['enabled'] = true;
 +}}}
tutorials/horde_groupware.txt · Last modified: 2020/07/20 09:16 (external edit)