Browse Source

doc fix

tags/2.0.0-beta
peeradach001 11 years ago
parent
commit
f36ec8c9ca
  1. 2
      framework/log/FileTarget.php

2
framework/log/FileTarget.php

@ -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;

Loading…
Cancel
Save