I just upgraded to NPM 12 and I am finding that the config file I used to edit to change the port that the NPM syslogger listens on is no longer in the config. I use Kiwi on the standard port and had it forward to NPM on another port, but I am unable to do this now. Has anyone found where the port can be changed for NPM Syslogger?
For reference, the file was:
C:\Program Files (x86)\SolarWinds\Orion\SyslogService.exe.config
And the line to change was:
<add key="UDPListenPort" value="514" />
To:
<add key="UDPListenPort" value="###" />