mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Updated README for Vagrant log file location
This commit is contained in:
parent
c05357c120
commit
f71ab81437
1 changed files with 7 additions and 0 deletions
|
|
@ -64,6 +64,13 @@ $ tail -f app/logs/prod.log
|
|||
$ tail -f app/logs/dev.log
|
||||
```
|
||||
|
||||
If you are using the provided Vagrant environment, these files are located in shared memory to avoid the performance loss associated with NFS synchronization.
|
||||
|
||||
```bash
|
||||
$ tail -f /dev/shm/sylius/app/logs/prod.log
|
||||
$ tail -f /dev/shm/sylius/app/logs/dev.log
|
||||
```
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue