Skip to content

Commit

Permalink
fix: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Apr 29, 2024
1 parent ab2e5db commit bd6e28c
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 bd6e28c

Please sign in to comment.