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 startup message formatting #2847

Merged
merged 7 commits into from
Feb 10, 2024
Merged

Commits on Feb 10, 2024

  1. Update listen.go (unform INFO prints at startip + cosmetics)

    BEFORE:
    ```
        _______ __             
       / ____(_) /_  ___  _____
      / /_  / / __ \/ _ \/ ___/
     / __/ / / /_/ /  __/ /    
    /_/   /_/_.___/\___/_/     v3.0.0-beta.1
    --------------------------------------------------
    INFO Server started on http://127.0.0.1:8003 (bound on host 0.0.0.0 and port 8003)
    INFO Application name: TEST APP
    INFO Total handlers count: 5
    INFO Prefork: Disabled
    INFO PID: 2342
    INFO Total process count: 1
    20:49:50 | 200 |     593.769µs |   123.123.123.123 | GET     | / 
    ```
    
    AFTER:
    ```
        _______ __             
       / ____(_) /_  ___  _____
      / /_  / / __ \/ _ \/ ___/
     / __/ / / /_/ /  __/ /    
    /_/   /_/_.___/\___/_/     v3.0.0-beta.1
    --------------------------------------------------
    INFO Server started on:      http://127.0.0.1:8003 (bound on host 0.0.0.0 and port 8003)
    INFO Application name:       TEST APP
    INFO Total handlers count:   5
    INFO Prefork:                Disabled
    INFO PID:                    2342
    INFO Total process count:    1
    
    20:49:50 | 200 |     593.769µs |   123.123.123.123 | GET     | /
    ```
    the-hotmann committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    77457f9 View commit details
    Browse the repository at this point in the history
  2. fix spacer

    the-hotmann committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    004bd9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6fd827 View commit details
    Browse the repository at this point in the history
  4. fix linting

    root committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2d15a85 View commit details
    Browse the repository at this point in the history
  5. fix linting gofiber#2

    the-hotmann committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    fb47f71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3b7be3 View commit details
    Browse the repository at this point in the history
  7. fix test again

    the-hotmann committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e0ce19a View commit details
    Browse the repository at this point in the history