aboutsummaryrefslogtreecommitdiffstats
path: root/backend (unfollow)
Commit message (Collapse)AuthorLines
2021-03-15Adds Logging For RoutesloggingGravatar Hassan Abouelela-16/+66
Adds logging for most routes, to make it easier to debug the routes, and keep a better record of major changes. Most operations would not get logged, except the beginning of a more sensitive operation, especially ones that require admin permissions. Signed-off-by: Hassan Abouelela <[email protected]>
2021-03-15Adds Logging To HelpersGravatar Hassan Abouelela-1/+15
Adds logging to the CORS setup, user, and discord helpers. Log statements have been setup in a way to maximize information for local development and prod debugging, while minimizing average load on the prod version. Signed-off-by: Hassan Abouelela <[email protected]>
2021-03-15Adds Logging SupportGravatar Hassan Abouelela-0/+54
Adds formatters and handlers for logging. Signed-off-by: Hassan Abouelela <[email protected]>