fix: add more log to import

This commit is contained in:
Thibaut Valentin 2025-11-14 14:14:22 +01:00
parent 81c115c655
commit 3d3d63e58c

View File

@ -235,6 +235,11 @@ public class MembreService {
mm.setCountry("FR");
return mm;
});
if (model.getId() != null){
LOGGER.debugf("updating -> %s", dataIn.toString());
}else{
LOGGER.debugf("creating -> %s", dataIn.toString());
}
if (model.getEmail() != null && !model.getEmail().isBlank()) {
if (model.getLicence() != null && !model.getLicence().equals(dataIn.getLicence())) {