Commit d1856b1c authored by rlgy's avatar rlgy

log

parent bd477ae7
...@@ -98,9 +98,11 @@ return [ ...@@ -98,9 +98,11 @@ return [
'baseuri' => 'http://127.0.0.1:8082/admin/upload', 'baseuri' => 'http://127.0.0.1:8082/admin/upload',
'absolute' => dirname(dirname(__DIR__)) . '/backend/web/upload', 'absolute' => dirname(dirname(__DIR__)) . '/backend/web/upload',
], ],
'log' => [ 'log' => [
[ 'targets' => [
'class' => 'yii\log\FileTarget', [
'class' => 'yii\log\FileTarget',
]
], ],
] ]
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment