Skip to content

Commit

Permalink
log member attribute changes
Browse files Browse the repository at this point in the history
We do not expect these, but prudent to log.
  • Loading branch information
martinfurmanski committed Mar 8, 2017
1 parent bd94401 commit 5c96a03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ public void memberRemoved( MembershipEvent membershipEvent )
@Override
public void memberAttributeChanged( MemberAttributeEvent memberAttributeEvent )
{
log.info( "Core member attribute changed %s", memberAttributeEvent );
}
}
}

0 comments on commit 5c96a03

Please sign in to comment.