diff options
Diffstat (limited to '.devcontainer/README.md')
| -rw-r--r-- | .devcontainer/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 22380bc8a..358976f8a 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -13,6 +13,8 @@ or as [GitHub Codespaces](https://github.com/features/codespaces) simply in a We A test instance of FreshRSS is automatically started as visible from the *Ports* tab: check the *Local Address* column, and click on the *Open in browser* 🌐 icon. It runs the FreshRSS code that you are currently editing. +Apache logs can be seen in `/var/log/apache2/access.log` and `/var/log/apache2/error.log`. + ## Software tests Running the tests can be done directly from the built-in terminal, e.g.: |
