You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have some gaps in our logging when it comes to normal logic execution. Some services log a lot while others are completely silent. I propose we should add a DEBUG Level log message at the beginning of each public service class method. The log message should contain what kind of operation is starting to be executed and the most important parameters of that operation.
The text was updated successfully, but these errors were encountered:
Currently we have some gaps in our logging when it comes to normal logic execution. Some services log a lot while others are completely silent. I propose we should add a DEBUG Level log message at the beginning of each public service class method. The log message should contain what kind of operation is starting to be executed and the most important parameters of that operation.
The text was updated successfully, but these errors were encountered: