josdem / vetlog-spring-boot

Maintain your pet history organized
https://vetlog.org
Apache License 2.0
21 stars 20 forks source link

Avoid using string concatenation in log.info in controllers #350

Closed josdem closed 1 month ago

josdem commented 1 month ago

As a developer, I would like to avoid using string concatenation in log.info so that I can have a better logs representation

Acceptance Criteria

ghadyg commented 1 month ago

Hey @josdem, I'm willing to work on this, can you please assign it to me if that's alright, thanks!

josdem commented 1 month ago

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

josdem commented 1 month ago

PR merged: https://github.com/josdem/vetlog-spring-boot/pull/351