Code Context $pathname = $this->_path . $filename;
if (empty($this->_config['mask'])) {
return file_put_contents($pathname, $output, FILE_APPEND);
$type = 'error'
$message = 'TEST LOG MESSAGE'
$output = '2026-03-26 07:25:34 Error: TEST LOG MESSAGE
'
$filename = 'error.log'
$pathname = '/var/www/club888/app/tmp/logs/error.log'
file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445
include - APP/Config/bootstrap.php, line 230
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 101
include - CORE/Cake/bootstrap.php, line 432
[main] - APP/webroot/index.php, line 109