calm-family-29323
03/31/2023, 10:19 AMbuild backend
but backend is already built these are the info logs:
Build 🔨
ℹ garden → Running in environment remote.orz
ℹ providers → Getting status...
✔ providers → Cached (in 0.5 sec)
ℹ providers → Run with --force-refresh to force a refresh of provider statuses.
ℹ graph → Resolving actions and modules...
✔ graph → Done (in 0.1 sec)
Done! ✔️
I think this is missing something like build.backend (v-something) is already built
, but when I went and tried to implement this I found myself a bit perplexed with the amount of ways to achieve this
cc @brief-restaurant-63679curved-intern-91221
03/31/2023, 2:07 PMbrief-restaurant-63679
04/11/2023, 8:04 AMcalm-family-29323
04/28/2023, 1:21 PMbrief-restaurant-63679
04/28/2023, 1:28 PMsection
and in the majority of cases sets the symbol and styling correctly based on the level.
So the consumer just does log.warn("oh noes")
as opposed to log.warn({ msg: chalk.yellow("oh noes"), symbol: "warning" })
And in general the logger is now just a lot simpler than the fancy stuff.
But I'll write up all the details when I finalise the PR.