'log' => [
'traceLevel' => YII_DEBUG ? 3 : 0,
'targets' => [
'access' => [
'class' => 'app\components\DBLog',
'levels' => ['info', 'warning'],
'categories' => ['access'],
'logVars' => ['_POST', '_GET'],
],