Replies: 2 comments
-
|
I don't think they should be a different level. They are real problems the program is running into. That there's a lot of users on your instance that have unreachable feeds doesn't sound like something that should be solved in the app. |
Beta Was this translation helpful? Give feedback.
-
I agree. The issue is not about solving bad typed urls or unreachable feeds. It's about logging all that server side. I don't think a user should be able to cause warnings in the logs, that should only be reserved when something went wrong and should be solved. As this isn't something the server admin can solve, there shouldn't be a warning at all (in server logs). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
What problem did you encounter?
I'm getting a lot of warnings/errors server side hen some of the feeds is unreachable like:
This happens for each feed (for each user who subscribed to it?), every time it tries to update (default 60 minutes). That's a lot of logging.
Please add some way to ignore them (or lower them to info level) or to just log as a warning the first time it failed (i.e., record if it failed last time, and don't log consecutive attempts)
System Information
Beta Was this translation helpful? Give feedback.
All reactions