diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-23 18:12:42 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-23 18:12:42 +0000 |
| commit | 5224afd2a01e057e8bb2631b07b32498bd59684b (patch) | |
| tree | 76aecc0ede2c6a7d5bc9c03ebcd60f0c311fffca /roundcubemail/config | |
| parent | 95a80cea4ae95a556e6a3ef82779a0f8c1275f6d (diff) | |
- Added log_date_format option (#1485709)
git-svn-id: https://svn.roundcube.net/trunk@2419 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 9e3a25ef7..8bb68cb9c 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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'; |
