Mark Fickett
05/04/2022, 1:50 PMDEBUG
event logs out of the console output? I already have python_logs: python_log_level: INFO
in my dagster.yaml
, but I still see lots of messages like 2022-05-04 09:48:31 -0400 - dagster - DEBUG - battery_data_job_local - 9771a352-579a-428a-a2cc-a954bbcba6c9 - 2074967 - <http://data_pipe_graph.my|data_pipe_graph.my>_op - STEP_INPUT - Got input "test_id_list" of type "[String]". (Type check passed).
loggers:
console:
config:
log_level: INFO
I was looking at the python loggers docs and needed https://docs.dagster.io/concepts/logging/loggers#examples instead.