How to set logging params via config file?

I have been wondering, why the disk space on my MBP has shrunk significantly over the last weeks, since I was using Kopia on a regular basis. Turns out, that KopiaUI seems to have a rather detailed level - and otherwise provides no control over, the logging settings.

As KopiaUI spawns several kopia servers, I was wondering, if I could modifiy the configs to include something like this:

  "logging": {
    "fileLogLevel": "info",
    "logDir": "/tmp"
  },
1 Like