mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-01 04:44:59 +00:00
Add debugging info
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user