Add debugging info

apiextensions
Girish Ramakrishnan 2019-01-03 15:58:37 -08:00
parent f379cd7721
commit 9407501f0a
1 changed files with 15 additions and 0 deletions

View File

@ -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