Closed josdem closed 1 month ago
Hey @josdem, I'm willing to work on this, can you please assign it to me if that's alright, thanks!
Hey @josdem, I'm willing to work on this, can you please assign it to me if that's alright, thanks!
Hi @ghadyg ; Absolutely, your collaboration is appreciated! let me know if you have any questions
As a developer, I would like to avoid using string concatenation in
log.info
so that I can have a better logs representationAcceptance Criteria
log.info("Pet uuid: " + uuid);
log.info("Pet uuid: {} ", uuid);
com.josdem.vetlog.controller