aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 18:55:40 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 18:55:40 +0200
commit4699361f6b6ee3a671295d18877f47a8c4b1ae8e (patch)
treeec9219c4da0f7cc07b7c9546bc9b3979e218cc74 /README.md
parentf98cd52a02eb1e2d17b46ef9fddf327b0ebd55e2 (diff)
Readme log location
https://github.com/FreshRSS/FreshRSS/issues/1475
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 43faf1a73..3c0c9f8ee 100644
--- a/README.md
+++ b/README.md
@@ -128,10 +128,11 @@ Create `/etc/cron.d/FreshRSS` with:
# Advices
-* For a better security, expose only the `./p/` folder on the web.
+* For a better security, expose only the `./p/` folder on the Web.
* Be aware that the `./data/` folder contains all personal data, so it is a bad idea to expose it.
* The `./constants.php` file defines access to application folder. If you want to customize your installation, every thing happens here.
-* If you encounter any problem, logs are accessible from the interface or manually in `./data/log/*.log` files.
+* If you encounter any problem, logs are accessible from the interface or manually in `./data/users/*/log*.txt` files.
+ * The special folder `./data/users/_/` contains the part of the logs that are shared by all users.
# Backup