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
Resolves#127 and resolves#133 and resolves#129.
The first attempt to impose some structure to our logging strategy in
Quick:
User-triggered interactions addressed by specific services are logged at
the level info.
Parameters of the methods + some internal mechanisms are on debug.
Detailed info is on trace.
log.error has been removed if an exception is immediately rethrown with
the same message.
Duplicates have been removed, i.e. service A calls B and logs "doing X",
and then a similar statement is in B.
Some logs statements that seemed irrelevant have been removed.
Moreover, some code comments have been corrected (grammar, spelling)
Currently, there are some problems regarding the logs in Quick:
info
,warn
,debug
, etc.) is not used properly. We should find a convention between the log levels.The text was updated successfully, but these errors were encountered: