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

Update server log messages to include specific addresses #2521

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 24, 2024

  1. Update server log messages to include specific addresses

    Update server log messages to display specific addresses.
    
    * Add `get_interface_ip` function to retrieve the IP address of an external interface.
    * Update `_log_started_message` method to include log messages for 'Running on all addresses (0.0.0.0)', 'Running on http://127.0.0.1:8080', and 'Running on http://192.168.1.10:8080'.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/encode/uvicorn?shareId=XXXX-XXXX-XXXX-XXXX).
    SmartManoj committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    22a40f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4ac28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac31bc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea1e333 View commit details
    Browse the repository at this point in the history