Commit 5b67c706 by Alexander Kochetov

\yii\log\DbTarget updated

parent c198f545
...@@ -52,7 +52,7 @@ class DbTarget extends Target ...@@ -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.
......
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