Project

General

Profile

Actions

Bug #48918

closed

FileLogWriter ignores log file configuration

Added by Steffen Müller almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Logging
Target version:
-
Start date:
2013-06-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If there are several instances of TYPO3\CMS\Core\Log\Writer\FileLogWriter with different log files configured in $logFile, all log records end up in one file.

This is caused by improper use of static variable $logFileHandle. All filehandles except the one of the latest instance are ignored.

Actions

Also available in: Atom PDF