Hello folks! is there a config possibility to outp...
# deployment-kubernetes
a
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
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