Browse Source

\yii\log\DbTarget updated

tags/2.0.0-beta
Alexander Kochetov 11 years ago
parent
commit
5b67c70665
  1. 2
      framework/yii/log/DbTarget.php

2
framework/yii/log/DbTarget.php

@ -52,7 +52,7 @@ class DbTarget extends Target
* of some queries about message levels and categories. Depending on your actual needs, you may * of some queries about message levels and categories. Depending on your actual needs, you may
* want to create additional indexes (e.g. index on `log_time`). * want to create additional indexes (e.g. index on `log_time`).
*/ */
public $logTable = 'tbl_log'; public $logTable = '{{%log}}';
/** /**
* Initializes the DbTarget component. * Initializes the DbTarget component.

Loading…
Cancel
Save