mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
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:
parent
4988cae18f
commit
2927268aad
1 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,14 @@ $ bin/behat
|
||||||
$ bin/behat -p no-js # If you want to skip the scenarios which require real browser.
|
$ 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
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue