DOCS Clarify that the file path in stream logging is relative to index.php folder

This commit is contained in:
Robbie Averill 2018-07-04 12:26:47 +12:00
parent 18293f7afe
commit 731c865684

View File

@ -163,7 +163,8 @@ SilverStripe\Core\Injector\Injector:
- "info"
```
The log file will be relative to the vendor/ path, so "../silverstripe.log" will create a file in your project root.
The log file will be relative to the main index.php file path (default: inside public/), so "../silverstripe.log" will
create a file in your project root.
The `info` argument provides the minimum level to start logging at.