Skip to content

Commit

Permalink
Update customization.md HidePort (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb-mp committed Apr 6, 2024
1 parent 042c12f commit aa81fb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/docs/guide/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ a custom logger using `Echo#Logger`.

`Echo#HideBanner` can be used to hide the startup banner.

## Listener Port

`Echo#HidePort` can be used to hide the listener port message.

## Custom Listener

`Echo#*Listener` can be used to run a custom listener.
Expand Down Expand Up @@ -134,4 +138,4 @@ Have a look at `DefaultJSONSerializer` on [json.go](https://github.com/labstack/

`Echo#HTTPErrorHandler` can be used to register a custom http error handler.

[Learn more](./error-handling.md)
[Learn more](./error-handling.md)

0 comments on commit aa81fb6

Please sign in to comment.