Where to change the syslog port

Is there a way to change the syslog output to a non standard port, I have an application that cant use the lower port numbers due to security restrictions. UDP is fine but it has to be a higher non privileged port as ports below 1024 require root access to bind.

I figured it out on the server side… if running debian buster you can give programs access to these ports with the following command

Blockquote sudo setcap CAP_NET_BIND_SERVICE=+eip /a/program/that/is/not/a/symlink