mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
DOCS Clarify that the file path in stream logging is relative to index.php folder
This commit is contained in:
parent
18293f7afe
commit
731c865684
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user