You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the logs from all controller components are mixed together in the stdout of the controller pod. This lack of separation makes it challenging to debug individual controllers effectively.
To improve readability and debugging, implement a mechanism to clearly distinguish logs from each controller component (TerraformLayer, TerraformRepository, TerraformPullRequest, and TerraformRun).
The text was updated successfully, but these errors were encountered:
Currently, the logs from all controller components are mixed together in the stdout of the controller pod. This lack of separation makes it challenging to debug individual controllers effectively.
To improve readability and debugging, implement a mechanism to clearly distinguish logs from each controller component (TerraformLayer, TerraformRepository, TerraformPullRequest, and TerraformRun).
The text was updated successfully, but these errors were encountered: