Hi again,
I did some digging and found that there's a function in startup.lua called
force_console_logging, which overrides the log config for prosodyctl to force
logs to go to the console. I was able to work around this by sticking the
original logging config into the config under a different key so that
prosodyctl can also grab a reference to it. I've attached the patch below with
the aforementioned workaround. Does this look like a reasonable approach?
Best,
William