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
When using the nodejs, you get a different log output compared to java. It varies even between buildpacks since the ca-certificates buildpack is used in both meta buildpacks.
Describe the Enhancement
All buildpacks should make use of the nicer log output of libpak/bard.
Possible Solution
How about moving libpak/bard to a separate repository to be used in all buildpacks and then bit by bit use this instead until we can remove libpak/bard and 'packit/scribe' altogether?
Motivation
If you try the npm sample, you will get somewhat confusing log output which is caused by the first buildpack to use a different logger.
In addition, if you use java and nodejs, the log output is not as unified than it could be. That would make a better user experience.
The text was updated successfully, but these errors were encountered:
@c0d1ngm0nk3y I brought this up in the working group meeting and @sophiewigmore's suggestion was to propose this as an RFC (that would likely need a longer period of discussion on convergence).
Personally I had wanted to propose an RFC and then got really busy with other initiatives and never got to it. I'd love to see someone in the community push this forward if they're so inclined
When using the
nodejs
, you get a different log output compared tojava
. It varies even between buildpacks since theca-certificates
buildpack is used in both meta buildpacks.Describe the Enhancement
All buildpacks should make use of the nicer log output of
libpak/bard
.Possible Solution
How about moving
libpak/bard
to a separate repository to be used in all buildpacks and then bit by bit use this instead until we can removelibpak/bard
and 'packit/scribe' altogether?Motivation
If you try the npm sample, you will get somewhat confusing log output which is caused by the first buildpack to use a different logger.
In addition, if you use
java
andnodejs
, the log output is not as unified than it could be. That would make a better user experience.The text was updated successfully, but these errors were encountered: