K8s browzer deployment: TypeError: Cannot read properties of undefined (reading 'error')

Hi,

I've invested some time in remote debugging and found out that this here was the actual error:

Uncaught Error Error: EACCES: permission denied, mkdir 'log'
    at handleErrorFromBinding (node:internal/fs/utils:346:5)
    at mkdirSync (node:fs:1382:3)
    at eval (repl:1:4)

Which is thrown on this line: ziti-browzer-bootstrapper/index.js at 2c7890f0d9c1d04cb7e07472a15116f80c0c29ee · openziti/ziti-browzer-bootstrapper · GitHub

Are there config properties which allow me to switch to stdout/stderr logging only? This would be quite neat for me as K8s folks are propably gonna end up redirecting these logs into Loki (or an equivalent solution) using a K8s operator.

Gonna need more sleep to directly correlate this error to my infra setup but I was kinda happy to find this error so I wanted to share it right away.