Project

General

Profile

Actions

Feature #43347

closed

Use microseconds for syslog file entry

Added by Timo Webler over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2012-11-27
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Since issue #16793, the configuration $GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy'] and $GLOBALS['TYPO3_CONF_VARS']['SYS']['hhmm'] is used for the date and time format, if syslog is written to a file.

It should be used the date and time format which is defined by RFC 5424

<?php echo date('Y-m-d\TH:i:s.uP'); // 2012-11-27T09:21:03.000000+01:00 ?>
Actions

Also available in: Atom PDF