Commit a19dd39e by Alexander Makarov

Merge pull request #2142 from peeradach001/patch-1

doc fix
parents 30accd28 f36ec8c9
...@@ -26,7 +26,7 @@ use yii\helpers\FileHelper; ...@@ -26,7 +26,7 @@ use yii\helpers\FileHelper;
class FileTarget extends Target class FileTarget extends Target
{ {
/** /**
* @var string log file path or path alias. If not set, it will use the "runtime/logs/app.log" file. * @var string log file path or path alias. If not set, it will use the "@runtime/logs/app.log" file.
* The directory containing the log files will be automatically created if not existing. * The directory containing the log files will be automatically created if not existing.
*/ */
public $logFile; public $logFile;
......
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