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 +