Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… as traces and debug
  • Loading branch information
clebertsuconic committed Jul 6, 2015
1 parent 8fefcea commit aa8d93f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -404,19 +404,19 @@ public interface HornetQClientLogger extends BasicLogger
format = Message.Format.MESSAGE_FORMAT)
void outOfCreditOnFlowControl(String address);

@LogMessage(level = Logger.Level.INFO)
@LogMessage(level = Logger.Level.TRACE)
@Message(id = 214025,
value = "Failure captured on connectionID={0}, performing failover or reconnection now",
format = Message.Format.MESSAGE_FORMAT)
void failoverOrReconnect(Object connectionID, @Cause HornetQException me);

@LogMessage(level = Logger.Level.INFO)
@LogMessage(level = Logger.Level.DEBUG)
@Message(id = 214026,
value = "Replaying commands for channelID={0} with lastCommandID from the server={1}",
format = Message.Format.MESSAGE_FORMAT)
void replayingCommands(long id, int lastConfirmedCommandID);

@LogMessage(level = Logger.Level.INFO)
@LogMessage(level = Logger.Level.DEBUG)
@Message(id = 214027,
value = "Couldn't reattach session {0}, performing as a failover operation now and recreating objects",
format = Message.Format.MESSAGE_FORMAT)
Expand Down

0 comments on commit aa8d93f

Please sign in to comment.