Commit 05d54731 by Qiang Xue

Fixes #5937

parent 3b4b377f
...@@ -211,6 +211,10 @@ log target configuration specifies that only the value of the `$_SERVER` variabl ...@@ -211,6 +211,10 @@ log target configuration specifies that only the value of the `$_SERVER` variabl
] ]
``` ```
You may configure `logVars` to be an empty array to totally disable the inclusion of context information.
Or if you want to implement your own way of providing context information, you may override the
[[yii\log\Target::getContextMessage()]] method.
### Message Trace Level <a name="trace-level"></a> ### Message Trace Level <a name="trace-level"></a>
......
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