wttech / aemc

AEM Compose (Core & CLI)
https://wttech.blog/blog/2023/get-your-aem-together-with-aem-compose/
Apache License 2.0
40 stars 5 forks source link

Skip instance name in nested error messages #244

Closed krystian-panek-vmltech closed 5 months ago

krystian-panek-vmltech commented 5 months ago
ERRO[2024-04-08 11:21:27] local_author > cannot find package 'adobe/cq650/servicepack:aem-service-pkg:6.5.20.0': local_author > cannot request package list: Get "http://127.0.0.1:4502/crx/packmgr/list.jsp?name=aem-service-pkg": dial tcp 127.0.0.1:4502: connect: connection refused 

should be

ERRO[2024-04-08 11:21:27] local_author > cannot find package 'adobe/cq650/servicepack:aem-service-pkg:6.5.20.0': cannot request package list: Get "http://127.0.0.1:4502/crx/packmgr/list.jsp?name=aem-service-pkg": dial tcp 127.0.0.1:4502: connect: connection refused 

the goal here is to make below nicer (not overwhelming)

image