Results 4 comments of panicboat

Hello. Are there any barriers to implementing this feature? If there are no barriers to implementation, I would be happy to take on the challenge. I believe that we can...

Thanks for confirming. > if we should modify workflow-controller configmap so that the user can choose what to log I'm thinking this could be recorded without awareness if `archiveLogs: true`...

📝 Simply adding the container name doesn't seem to work. https://github.com/argoproj/argo-workflows/blob/5cd84157078a1f3f013038f62f6243319b160035/workflow/executor/executor.go#L607 ## Changes ```go containerNames := append(we.Template.GetMainContainerNames(), common.InitContainerName, common.WaitContainerName) ``` ## Logs ```console vscode ➜ ~/go/src/github.com/argoproj/argo-workflows (main) $ kubectl logs...

I would like to work on this assignment, although the modifications are going to be more extensive than I originally thought. However, I have little knowledge of Golang or the...