Issue Description
Type: bug report
Describe what happened
EndPoint的toString方法,打印host字段时格式有误
这是实际打印的:{Endpoint{protocol=HTTP, host='localhost, port=8900}
Describe what you expected to happen
预期打印的应该是:{Endpoint{protocol=HTTP, host=localhost, port=8900} 或者
{Endpoint{protocol=HTTP, host='localhost', port=8900}
How to reproduce it (as minimally and precisely as possible)
- 自己打印或者连接sentinel的dashboard,日志中会出现
Tell us your environment
sentinel1.8.9
Anything else we need to know?