1022b5fdf9
Error reporting currently takes place for each error. This can result in many error messages if a server has connectivity issues (i.e. when it re-connects to the internet every 24 hours). This commit adds a new option to the configuration file to define the number of error reports to suppress before returning an error message to the user. Error reports are cached and therefore automatically purged after 24 hours. A successful bridge request does **not** clear the error count as sporadic issues can be the result of actual problems on the server. The implementation currently makes no assumption on the type of error, which means it also suppresses bridge errors in debug mode. The default value is, however, set to 1 which means all errors are reported. References #994 |
||
---|---|---|
.. | ||
ActionAbstract.php | ||
ActionFactory.php | ||
ActionInterface.php | ||
Authentication.php | ||
BridgeAbstract.php | ||
BridgeCard.php | ||
BridgeFactory.php | ||
BridgeInterface.php | ||
BridgeList.php | ||
CacheFactory.php | ||
CacheInterface.php | ||
Configuration.php | ||
contents.php | ||
Debug.php | ||
error.php | ||
Exceptions.php | ||
FactoryAbstract.php | ||
FeedExpander.php | ||
FeedItem.php | ||
FormatAbstract.php | ||
FormatFactory.php | ||
FormatInterface.php | ||
html.php | ||
ParameterValidator.php | ||
rssbridge.php |