From 2cb4f2e23352f6f3bd85ea790085380984ddb613 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 18 Sep 2023 08:41:25 +0200 Subject: 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. --- .devcontainer/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to '.devcontainer/README.md') 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.: -- cgit v1.2.3