diff options
author | alecpl <alec@alec.pl> | 2009-04-23 18:12:42 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-04-23 18:12:42 +0000 |
commit | 0ad27c384033977c86427011785d0182af91df4a (patch) | |
tree | 199cb88d2999f793cf99c4d1b484ada67f2db01b /config | |
parent | f055b12f3ef5a15f1562869fcf5ecf00c94f2f7a (diff) |
- Added log_date_format option (#1485709)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 9e3a25ef7..8bb68cb9c 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -21,6 +21,10 @@ $rcmail_config['debug_level'] = 1; // log driver: 'syslog' or 'file'. $rcmail_config['log_driver'] = 'file'; +// date format for log entries +// (read http://php.net/manual/en/function.date.php for all format characters) +$rcmail_config['log_date_format'] = 'd-M-Y H:i:s O'; + // Syslog ident string to use, if using the 'syslog' log driver. $rcmail_config['syslog_id'] = 'roundcube'; |