commercetools / commercetools-project-sync

Dockerized CLI application which allows to automatically sync different resources between commercetools projects
44 stars 24 forks source link

Remove unnecessary log message from FastMoney class #520

Closed jeanpierrecarvalho closed 10 months ago

jeanpierrecarvalho commented 1 year ago

Description:

There is an unnecessary log message in the FastMoney class that should be removed

Steps to Reproduce:

  1. Run the commercetools/commercetools-project-sync:5.4.0 docker image with the following params:

commercetools/commercetools-project-sync:5.4.0 -s products -r sync-products -f

  1. Observe the log output, which includes the message: "Nov 06, 2023 10:45:48 PM org.javamoney.moneta.FastMoney defaultFormat INFO: Using default formatter for toString()"
lojzatran commented 1 year ago

Hi @jeanpierrecarvalho

Thank you for reporting the issue.

We will check it.

jeanpierrecarvalho commented 1 year ago

Thanks @lojzatran , let me know if you need anything else.

lojzatran commented 10 months ago

Hi @jeanpierrecarvalho

I tried to reproduce the issue again today with the newest version and I cannot reproduce it anymore. I'm hereby closing this ticket. Feel free to reopen if you still the the issue.