Code Context }
if (Configure::read('debug') && !is_dir($this->_path)) {
mkdir($this->_path, 0775, true);
$config = array(
'path' => '/srv/www/kr.toram.jp/tmp_front/logs//sql/20260502/',
'file' => 'sql_log_20260502_00',
'types' => array(
(int) 0 => 'sql_log'
),
'scopes' => array(),
'rotate' => (int) 10,
'size' => (int) 10485760,
'mask' => null
)
mkdir - [internal], line ??
FileLog::config() - CORE/Cake/Log/Engine/FileLog.php, line 106
BaseLog::__construct() - CORE/Cake/Log/Engine/BaseLog.php, line 41
FileLog::__construct() - CORE/Cake/Log/Engine/FileLog.php, line 90
LogEngineCollection::load() - CORE/Cake/Log/LogEngineCollection.php, line 41
CakeLog::config() - CORE/Cake/Log/CakeLog.php, line 199
include - APP/Config/bootstrap.aws.php, line 170
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 92
include - CORE/Cake/bootstrap.php, line 181
[main] - APP/webroot/index.php, line 105