We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042c12f commit aa81fb6Copy full SHA for aa81fb6
website/docs/guide/customization.md
@@ -76,6 +76,10 @@ a custom logger using `Echo#Logger`.
76
77
`Echo#HideBanner` can be used to hide the startup banner.
78
79
+## Listener Port
80
+
81
+`Echo#HidePort` can be used to hide the listener port message.
82
83
## Custom Listener
84
85
`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/
134
138
135
139
`Echo#HTTPErrorHandler` can be used to register a custom http error handler.
136
140
137
-[Learn more](./error-handling.md)
141
+[Learn more](./error-handling.md)
0 commit comments