@After
 @Override
 public void clearLogContext() {
   super.clearLogContext();
   final LoggingProfileContextSelector contextSelector =
       LoggingProfileContextSelector.getInstance();
   if (contextSelector.exists(PROFILE)) {
     clearLogContext(contextSelector.get(PROFILE));
     contextSelector.remove(PROFILE);
   }
 }