aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-09-18 08:41:25 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-18 08:41:25 +0200
commit2cb4f2e23352f6f3bd85ea790085380984ddb613 (patch)
tree0d9bd6fd23bd13925b0148a042c2165de9e3afba /.devcontainer/README.md
parent0beabc333f06c71797a1cbf457455c4ca51efec5 (diff)
Fix dev container Apache logs (#5660)
Apache logs were not available from the dev container. Quick fix while waiting for a better integrated solution (e.g. coming in output window) - contributions welcome.
Diffstat (limited to '.devcontainer/README.md')
-rw-r--r--.devcontainer/README.md2
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.: