garden-io / garden

Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching
https://garden.io
Mozilla Public License 2.0
3.4k stars 275 forks source link

0.13: [Bug]: Service logs missing prefix #4886

Open kroher opened 1 year ago

kroher commented 1 year ago

Garden Bonsai (0.13) Bug (seeing on 0.12 as well)

Current Behavior

image

image

Expected behavior

Running: garden logs -f --timestamps --show-tags --hide-service I'd expect to see all logs prefixed with the tag and timestamp instead of what i see in the screenshot above where it intermittently skips the prefix when lots of logs are happening. happens for all of our containers/services but i included the celery example.

In acorn similarly: garden logs -f --timestamps --show-container --hide-service I'd expect to see all lines prefixed

Additional context

Color differences in another ticket https://github.com/garden-io/garden/issues/4725

Your environment

garden version 0.13.9, 0.12.63

stefreak commented 1 year ago

I confirm that that's a little odd. Thank you for reporting this. We will have a look.

twelvemo commented 11 months ago

This issue was also reported again in the context of using run actions and the logs from these missing the prefix.

10ko commented 9 months ago

@eysi09 is this fixed (I noticed the self-assignment)?