From 9407501f0ac25003df509c0315a0358bd765539a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 3 Jan 2019 15:58:37 -0800 Subject: [PATCH] Add debugging info --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 2b57c43..81b1d76 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,18 @@ npm install PATH=$PATH:node_modules/.bin mocha --bail test.js ``` +## Debugging + + +* Update your data/config.php with the following, to get more debugging information: + +``` +'environment' => 'development', + +``` + +* Check your logs: + * Web server / PHP logs + * FreshRSS API log in ./data/users/_/log_api.txt + * FreshRSS logs in ./data/users/you/log.txt +