Skip to content

Commit

Permalink
Merge pull request #45 from Onlineberatung/DIAKONIE-294
Browse files Browse the repository at this point in the history
fix: logging
  • Loading branch information
tkuzynow authored Apr 29, 2024
2 parents f29f5ab + bd6e28c commit b8a12ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ public void execute(Database database) {
.forEach(
adviceSeekerTenant -> {
log.info(
"Attempt to set tenantId for adviceseeker with id {} to {}",
"advice seeker",
"Attempt to set tenantId for adviceseeker with id {} to {}",
adviceSeekerTenant.getUserId(),
adviceSeekerTenant.getTenantId());

Expand Down

0 comments on commit b8a12ef

Please sign in to comment.