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
Part of chairemobilite#248
The alternatives calculation statements are set to 'debug' instead of
'info'.
The log statement at the beginning and end of the v2/* routes are set to
'info' and parameters are removed, spdlog will associate a timestamp with
the log, so no need to display the application's time.
If a catchall exception occurs, the log level is 'error'.
TODO
Cleanup the 'debug' statements and set a few as 'trace'
Part of #248
The alternatives calculation statements are set to 'debug' instead of
'info'.
The log statement at the beginning and end of the v2/* routes are set to
'info' and parameters are removed, spdlog will associate a timestamp with
the log, so no need to display the application's time.
If a catchall exception occurs, the log level is 'error'.
TODO
Cleanup the 'debug' statements and set a few as 'trace'
When logging info, we have a lot of
calculating alternative x from a total of y ...
, but nothing else.We should revisit our log statements to allow high level information in
info
level, then increase for log statements fordebug
andtrace
.The text was updated successfully, but these errors were encountered: