From 2927268aad76b9a5139785c06fe368fe36edba9f Mon Sep 17 00:00:00 2001 From: Josh Ribakoff Date: Sun, 9 Jun 2013 16:36:09 -0400 Subject: [PATCH] Update README.md It should be clear where to view errors, as to make it as easy to install [and troubleshoot] as possible. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b01628842f..2ded450930 100644 --- a/README.md +++ b/README.md @@ -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 ------------