Samuel Hinton
03/06/2023, 12:07 PMstream_output
flag?
Ive got _stream_output_=True
and _configure_cloudwatch_logs_=True
. The cloudwatch logs look fine (see the screenshot), but the stream_output flag doesnt seem to do anything. Im running the simple command=["echo", "hello world"],
example right from the docs too, nothing fancy going on.
I can confirm it has access to all three logs:CreateLogStream, logs:CreateLogGroup, and logs:PutLogEvents permissions, but the logs never actually appear in the prefect flows logs, which was what I was expecting. Does anyone know what I’m missing?Zanie
03/06/2023, 5:45 PMstream_logs
streams logs from the ECS task to standard output of the caller of the ECS taskSamuel Hinton
03/06/2023, 10:58 PMZanie
03/06/2023, 10:59 PMSamuel Hinton
03/08/2023, 12:07 AM