Is your feature request related to a problem? Please describe.
I am getting a lot of "internal: unable to net.SplitHostParse: missing port in address" in my debug logs.
Solution you would like.
I suspect this is because I am using a socket file. If this is the case, a check to suppress the error would keep the log files a lot cleaner.
Also, if you don't, at least include the string it is trying to split from in the message so the error is more useful.
Describe alternatives you have considered.
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
I am getting a lot of "internal: unable to net.SplitHostParse: missing port in address" in my debug logs.
Solution you would like.
I suspect this is because I am using a socket file. If this is the case, a check to suppress the error would keep the log files a lot cleaner.
Also, if you don't, at least include the string it is trying to split from in the message so the error is more useful.
Describe alternatives you have considered.
No response
Additional context
No response