Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-discord/forms-backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: python-discord/forms-backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: logging
Choose a head ref
  • 3 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 14, 2021

  1. Adds Logging Support

    Adds formatters and handlers for logging.
    
    Signed-off-by: Hassan Abouelela <[email protected]>
    HassanAbouelela committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    a423419 View commit details
    Browse the repository at this point in the history
  2. Adds Logging To Helpers

    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]>
    HassanAbouelela committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    7c46099 View commit details
    Browse the repository at this point in the history
  3. Adds Logging For Routes

    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]>
    HassanAbouelela committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    4f4dac9 View commit details
    Browse the repository at this point in the history
Loading