Using env vars with logging.transports

I’m not sure how to using env logging__transports since it is an array. This might need an extra transform when ghost starts up to interpret [“files”, “stdout”] or a csv, maybe?

It should be supported as per:

1 Like

Oh, look at that. Already solved. :slight_smile:
This worked just fine:

-e logging__level=info \
-e logging__transports='["stdout"]' \
2 Likes