Add log for install
This commit is contained in:
parent
714af03c41
commit
071f1a4cb5
1 changed files with 8 additions and 0 deletions
|
@ -100,6 +100,14 @@ return [
|
|||
'calss' => \ForkBB\Core\HTMLCleaner::class,
|
||||
'config' => '%DIR_APP%/config/jevix.default.php',
|
||||
],
|
||||
'Log' => [
|
||||
'class' => \ForkBB\Core\Log::class,
|
||||
'config' => [
|
||||
'path' => '%DIR_LOG%/{Y-m-d}.log',
|
||||
'lineFormat' => "\\%datetime\\% [\\%level_name\\%] \\%message\\%\t\\%context\\%\n",
|
||||
'timeFormat' => 'Y-m-d H:i:s',
|
||||
],
|
||||
],
|
||||
|
||||
'config' => '@ConfigModel:install',
|
||||
'users' => \ForkBB\Models\User\Users::class,
|
||||
|
|
Loading…
Add table
Reference in a new issue