You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (Commented) (JIRA)" <ji...@apache.org> on 2012/01/23 11:46:51 UTC

[jira] [Commented] (OPENEJB-1701) Improved Multipoint and Multicast discovery logging

    [ https://issues.apache.org/jira/browse/OPENEJB-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191003#comment-13191003 ] 

David Blevins commented on OPENEJB-1701:
----------------------------------------

2011-10-11 - http://svn.apache.org/viewvc?view=revision&revision=1182222 - dblevins

                
> Improved Multipoint and Multicast discovery logging
> ---------------------------------------------------
>
>                 Key: OPENEJB-1701
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1701
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: server
>    Affects Versions: 3.1.4, 4.0-beta-1
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.1.5, 4.0.0-beta-2
>
>
> Setting the following logging category to "debug" will open up some new logging information.
> log4j.category.OpenEJB.server.discovery = debug
> Or more specifically as:
> log4j.category.OpenEJB.server.discovery.multipoint = debug
> log4j.category.OpenEJB.server.discovery.multicast = debug
> The nature of the debug output is to display all configuration information at startup:
> DEBUG - Using default 'heart_rate=500'
> DEBUG - Using default 'max_missed_heartbeats=10'
> DEBUG - Using default 'max_reconnect_delay=30000'
> DEBUG - Using default 'reconnect_delay=5000'
> DEBUG - Using default 'exponential_backoff=0'
> DEBUG - Using default 'max_reconnect_attempts=10'
> INFO - Created Tracker{group='default', groupPrefix='default:', heartRate=500, maxMissedHeartbeats=10, reconnectDelay=5000, maxReconnectDelay=30000, maxReconnectAttempts=10, exponentialBackoff=0, useExponentialBackOff=false, registeredServices=0, discoveredServices=0}
> As well as any events at runtime:
> DEBUG - Expired Service{uri=green://localhost:0, broadcastString='default:green://localhost:0'} Timeout{lastSeen=-5005, threshold=5000}
> DEBUG - Added Service{uri=green://localhost:0}
> DEBUG - Removed Service{uri=green://localhost:0}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira