N°2793 Test log rotation

This commit is contained in:
Pierre Goiffon
2020-03-04 09:21:05 +01:00
parent afc118e9c2
commit 6675d7d42a
2 changed files with 58 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ abstract class RotatingLogFileNameBuilder implements iLogFileNameBuilder
* @uses static::$oLogFileLastModified
* @uses GetFileSuffix
*/
protected function GetRotatedFileName($oLogFileLastModified)
public function GetRotatedFileName($oLogFileLastModified)
{
$aPathParts = pathinfo($this->sLogFileFullPath);
$this->sFilePath = $aPathParts['dirname'];