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
One, this makes a lot of commands pretty much unusable without appending a --logger-type=basic. So while technically everything still works I'd classify this as a major usability bug.
Two, there doesn't seem to be a user-global .gardenrc or the like where I could set my logger type (or if it exists I cannot find it). I would expect this to be an option, and for garden options to describe how to set such a file up.
You can use the GARDEN_LOGGER_TYPE env var to turn off the fancy logger. E.g.: export GARDEN_LOGGER_TYPE=basic.
I'm travelling today but I'll look into this first thing tomorrow.
And in general, we want to add support for user profiles via something like .gardenrc. There's an old issue for this (#309) and this has also come up in the context of remote sources (#952).
Bug
Current Behavior
The braille-based spinner (and several other "fancy" features) don't render properly in terminal.app
Note: I don't see this issue on an
npm update
for example, which also uses similar spinners and in-place terminal updatesExpected behavior
I don't have to run
--logger-type=basic
with every command :(Your environment
In case it helps, here's a redacted version of my env vars with stuff that might be relevant to terminals:
The text was updated successfully, but these errors were encountered: