From aa81fb671f1f8b5a3bbd8c8373eb29fd4e23ae10 Mon Sep 17 00:00:00 2001 From: Ian Bishop <151477169+ianb-mp@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:41:29 +1000 Subject: [PATCH] Update customization.md HidePort (#326) --- website/docs/guide/customization.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/guide/customization.md b/website/docs/guide/customization.md index fce7325d..587b20c9 100644 --- a/website/docs/guide/customization.md +++ b/website/docs/guide/customization.md @@ -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. @@ -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) \ No newline at end of file +[Learn more](./error-handling.md)