Skip to content

Commit

Permalink
Add debugging instructions for checking application logs in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry2080 committed Dec 28, 2024
1 parent 7b8462e commit b53614d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
> If you're interested, you can find the `Dockerfile` and `entrypoint.sh` script in the [repository](https://github.com/econumo/build-configuration).


### How to debug

Use the following command to check the application's logs. It’s useful for understanding why you are encountering a 500 error:

```
docker-compose exec -u www-data econumo tail -f /var/www/var/log/prod.log
```
### Documentation
Expand Down

0 comments on commit b53614d

Please sign in to comment.