https://dagster.io/ logo
Title
l

Lyudmil Nenov

02/10/2022, 5:22 PM
Hi again, guys. Is there an option to capture python loggers as Dagster logs? I am looking for equivalent of
pythonLogs:
## The names of python loggers that will be captured as Dagster logs
  managedPythonLoggers:
    - de 
## The log level for the instance. Logs emitted below this severity will be ignored.
## One of [NOTSET, DEBUG, INFO, WARNING, WARN, ERROR, FATAL, CRITICAL]
  pythonLogLevel: INFO
in
helm show values dagster/dagster
chart values
d

daniel

02/10/2022, 5:25 PM
Hi Lyudmil - We don't expose that in cloud currently, but we should. We'll make that a priority and get back to you shortly - it'll be exposed in the cloud helm chart with similar (if not identical) syntax
😛artydagster: 1
I think we should be able to sneak this into the agent release going out later today
l

Lyudmil Nenov

02/10/2022, 8:00 PM
That was faster than expected. Would be very appreciated
d

daniel

02/11/2022, 4:01 AM
l

Lyudmil Nenov

02/11/2022, 5:39 PM
Worked perfectly. Thanks for the quick response
:condagster: 1