Skip to content

Commit

Permalink
Fix display
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCAI-mlv committed Sep 30, 2024
1 parent 119d1b4 commit 2e60b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ConsoleLogListener implements ApplicationEventListener<AuditLog> {

@Override
public void onApplicationEvent(AuditLog event) {
log.info("{} {} {} {}{} {} in namespace {} on cluster {}.",
log.info("{} {} {} {} {}{} in namespace {} on cluster {}.",
event.isAdmin() ? "Admin" : "User",
event.getUser(),
event.getOperation(),
Expand Down

0 comments on commit 2e60b77

Please sign in to comment.