Body
We need to write the task logs from a task also to the stdout of the worker pods so that it can be streamed by the log reader and that can be shown to the UI as well.
Currently for non task sdk, it works by double logging -- both to the stdout as well as to the file. We should try and do the same for task sdk too. We’d have to write it ourselves, possibly make those log fn take multiple loggers to write too
Committer
Body
We need to write the task logs from a task also to the stdout of the worker pods so that it can be streamed by the log reader and that can be shown to the UI as well.
Currently for non task sdk, it works by double logging -- both to the stdout as well as to the file. We should try and do the same for task sdk too. We’d have to write it ourselves, possibly make those log fn take multiple loggers to write too
Committer