Logging Configuration for all System Logs

Product: PowerShell Universal
Version: 5.2.3

Hi All, I’m setting up some side-by-side instances of PSU to be able to rebuild/upgrade as necessary by IaC scripting (A prod and a dev), but Im striking an issue re the configuration of log files that Im looking for some help on.

Ive configured up a ZIP install of PSU 5.2.3 with a modified appsettings.json from the zip that sets the log paths to a non-default location using the following in the appsettings.json

  ...
  "SystemLogPath": "D:\\Data\\PSUniversal\\Logs\\systemLog.txt",
  "SystemLogLevel": "Information",
  ...

When I run the server I see the systemlogs in the right place, but the default location %ProgramData%\PowershellUniversal has two log files called logxxxx.txt and agentxxxxx.txt getting created in it. w

Is anyone aware of how to configure those log file paths?