https://dagster.io/ logo
#dagster-kubernetes
Title
# dagster-kubernetes
a

Arnas Ambrasas

01/24/2023, 2:42 PM
Hello folks! is there a config possibility to output all stdout logs as json? I think its pretty common use case for people to use consistent log format across their infrastructure and json is most common.
j

johann

01/25/2023, 4:41 PM
Hi Arnas, you could take a look at
json_console_logger
on https://docs.dagster.io/concepts/logging/loggers. This will configure the stdout from your job code. The host processes won’t be affected though- feel free to make a GH issue for configuring that
3 Views