Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: log routes when the router is populated #609

Merged
merged 7 commits into from
Sep 27, 2023

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    c557ce3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    be2dcda View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    ec7c40a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    26a0d16 View commit details
    Browse the repository at this point in the history
  2. Add logging to the routes

    carlosm27 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    682ebd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Writing the logging routes in add_route method

    The logging routes is in the `add_route` method instead of in the `start` method. Also using f-string to format the logging
    carlosm27 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    137c2df View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Remove for loop to log routes

    Remove `for loop` from `add_route` method to log routes
    carlosm27 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    8d4b74e View commit details
    Browse the repository at this point in the history