Updated README for Vagrant log file location

This commit is contained in:
Elliot Anderson 2014-01-10 09:04:05 +10:00
parent c05357c120
commit f71ab81437

View file

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