Merge pull request #2142 from peeradach001/patch-1

doc fix
This commit is contained in:
Alexander Makarov
2014-01-24 05:14:57 -08:00

View File

@@ -26,7 +26,7 @@ use yii\helpers\FileHelper;
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.
*/
public $logFile;