mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 14:43:32 -04:00
Updated log visibility
In particular, ensure that ERROR is only used for errors that may affect FreshRSS integrity, and ensure that feed errors are visible also in production, i.e. visibility of WARNING https://github.com/FreshRSS/FreshRSS/issues/885 https://github.com/FreshRSS/FreshRSS/issues/884
This commit is contained in:
@@ -253,7 +253,7 @@ class FreshRSS_auth_Controller extends Minz_ActionController {
|
||||
FreshRSS_Auth::giveAccess();
|
||||
invalidateHttpCache();
|
||||
} else {
|
||||
Minz_Log::error($reason);
|
||||
Minz_Log::warning($reason);
|
||||
|
||||
$res = array();
|
||||
$res['status'] = 'failure';
|
||||
|
||||
Reference in New Issue
Block a user