Update README.md

It should be clear where to view errors, as to make it as easy to install [and troubleshoot] as possible.
This commit is contained in:
Josh Ribakoff 2013-06-09 16:36:09 -04:00
parent 4988cae18f
commit 2927268aad

View file

@ -44,6 +44,14 @@ $ bin/behat
$ bin/behat -p no-js # If you want to skip the scenarios which require real browser.
```
Troubleshooting
------------
If something goes wrong, errors & exceptions are logged at the application level:
````
tail -f app/logs/prod.log
tail -f app/logs/dev.log
````
Contributing
------------