Hello, I'm on a read-only filesystem for deploymen...
# announcements
s
Hello, I'm on a read-only filesystem for deployment. Is there a means of completely shutting off telemetry so it doesn't try to reach for the event.log in logs? Or is there a means to put that directory in /tmp?
s
You can opt-out via the instructions here: https://docs.dagster.io/latest/install/telemetry/
in your dagster.yaml
s
Yes. I opted out of telemetry via the dagster.yaml. After reading the code it appears that it still tries to reach out for the log file which produces a permissions error. I got around this by unsetting DAGSTER_HOME and setting DAGSTER_HOME_FALLBACK to a /tmp directory. It appears to have worked for now. I'll take a closer look today.
m
@cat ^^
c
apologies, looking into now!
ah i see, the file is created upon logger instantiation even if the logger is never called. fixing
s
Thank you!
c
It’ll be out with the next release tomorrow!
s
Wonderful