I'm trying to change the `managed_python_loggers` ...
# dagster-serverless
s
I'm trying to change the
managed_python_loggers
dagster setting and I think I'm getting mixed up by the different config files. it didn't work putting it in my dagster_cloud.yaml (where we have settings like code_location). putting it in a separate dagster.yaml works locally, but it's not picked up by the cloud cli when I deploy. I went looking in the web ui and didn't see a place to configure it either -- it looks like a copy of the dagster cloud config
p
Hi Simon. This isn’t configuration we’ve exposed in serverless (although we should), mostly through oversight. Can you file a GH issue for this? I’ll start the discussion on our side re: where you can specify this config.
s
gotcha. I added it as a feature request here: https://github.com/dagster-io/dagster/issues/14986