-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reduce logging output #2353
reduce logging output #2353
Conversation
Similarly, should both the services and the gateway log stuff or only one of both? If the latter who should log? I'd say the service itself would make sense. |
I added error logging to the storage provider. It probably would make sense to have more logging in other places too but I propose to add those when we are working at those places. |
I find this approach better rather than having a wall of text. Adding logging when needed (if needed) is more beneficial 👍 |
fc69beb
to
8a9f44c
Compare
This pull request introduces 25 alerts when merging 8a9f44c into e0529be - view on LGTM.com new alerts:
|
8a9f44c
to
847eb39
Compare
There are more things that can be done but I'm going to leave it at that to not make this PR any longer. |
Reduced log output. Some errors or warnings were logged multiple times or even unnecesarily.
Now, there are probably a lot of places where logging is missing but these can be added when we touch those spots again.