Revert "Updated README for Vagrant log file location"

This reverts commit f71ab81437.
This commit is contained in:
Elliot Anderson 2014-01-10 22:46:34 +10:00
parent f71ab81437
commit 246220d029

View file

@ -64,13 +64,6 @@ $ tail -f app/logs/prod.log
$ tail -f app/logs/dev.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 Contributing
------------ ------------