community
community copied to clipboard
Custom Json Logger for buildpack output
Discussed in https://github.com/buildpacks/community/discussions/168
Originally posted by 9trocode May 12, 2022 Hi guys,
I have a special use case and have been trying to figure out how to implement this i want to use build pack to build project directly from code source and same time extract the logs out in a json formmatted formats
But that seems abortive for me i'm here hoping to get help on how to implement my own stdin output logger for buildpack
Thanks