Add debugging info
This commit is contained in:
parent
f379cd7721
commit
9407501f0a
15
README.md
15
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue