This is an automated email from the ASF dual-hosted git repository.

tross pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit 93c9183e695fd73563c795b315c876dfb5acd86a
Author: Ted Ross <[email protected]>
AuthorDate: Fri Mar 15 11:31:58 2019 -0400

    DISPATCH-1289 - Removed references to the ROUTER_CORE log source from the 
docs.
---
 docs/books/user-guide/configuration-reference.adoc |  2 +-
 docs/books/user-guide/getting-started.adoc         | 10 +++++-----
 docs/books/user-guide/logging.adoc                 | 16 ++--------------
 docs/books/user-guide/modules/starting-router.adoc | 10 +++++-----
 4 files changed, 13 insertions(+), 25 deletions(-)

diff --git a/docs/books/user-guide/configuration-reference.adoc 
b/docs/books/user-guide/configuration-reference.adoc
index 17a5d51..d713b28 100644
--- a/docs/books/user-guide/configuration-reference.adoc
+++ b/docs/books/user-guide/configuration-reference.adoc
@@ -152,7 +152,7 @@ Establishes an outgoing connection from the router.
 
 Configure logging for a particular module which is part of the router. You can 
use the UPDATE operation to change log settings while the router is running.
 
-* *_module_* (One of [`ROUTER`, `ROUTER_CORE`, `ROUTER_HELLO`, `ROUTER_LS`, 
`ROUTER_MA`, `MESSAGE`, `SERVER`, `AGENT`, `CONTAINER`, `ERROR`, `POLICY`, 
`DEFAULT`], required) : Module to configure. The special module `DEFAULT` 
specifies defaults for all modules.
+* *_module_* (One of [`ROUTER`, `ROUTER_HELLO`, `ROUTER_LS`, `ROUTER_MA`, 
`MESSAGE`, `SERVER`, `AGENT`, `CONTAINER`, `ERROR`, `POLICY`, `DEFAULT`], 
required) : Module to configure. The special module `DEFAULT` specifies 
defaults for all modules.
 * *_enable_* (string, default=`default`, required) Levels are: `trace`, 
`debug`, `info`, `notice`, `warning`, `error`, `critical`. The enable string is 
a comma-separated list of levels. A level may have a trailing `+` to enable 
that level and above. For example `trace,debug,warning+` means enable trace, 
debug, warning, error and critical. The value ‘none’ means disable logging for 
the module. The value `default` means use the value from the `DEFAULT` module.
 * *_includeTimestamp_* (boolean) : Include timestamp in log messages.
 * *_includeSource_* (boolean) : Include source file and line number in log 
messages.
diff --git a/docs/books/user-guide/getting-started.adoc 
b/docs/books/user-guide/getting-started.adoc
index 021dcba..c937257 100644
--- a/docs/books/user-guide/getting-started.adoc
+++ b/docs/books/user-guide/getting-started.adoc
@@ -51,13 +51,13 @@ This example shows that the router was correctly installed, 
is running, and is r
 $ qdstat --log
 Fri May 20 09:38:03 2017 SERVER (info) Container Name: Router.A // <1>
 Fri May 20 09:38:03 2017 ROUTER (info) Router started in Standalone mode // <2>
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) Router Core thread running. 
0/Router.A
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) In-process subscription 
M/$management
+Fri May 20 09:38:03 2017 ROUTER (info) Router Core thread running. 0/Router.A
+Fri May 20 09:38:03 2017 ROUTER (info) In-process subscription M/$management
 Fri May 20 09:38:03 2017 AGENT (info) Activating management agent on 
$_management_internal // <3>
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) In-process subscription 
L/$management
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) In-process subscription 
L/$_management_internal
+Fri May 20 09:38:03 2017 ROUTER (info) In-process subscription L/$management
+Fri May 20 09:38:03 2017 ROUTER (info) In-process subscription 
L/$_management_internal
 Fri May 20 09:38:03 2017 DISPLAYNAME (info) Activating DisplayNameService on 
$displayname
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) In-process subscription 
L/$displayname
+Fri May 20 09:38:03 2017 ROUTER (info) In-process subscription L/$displayname
 Fri May 20 09:38:03 2017 CONN_MGR (info) Configured Listener: 0.0.0.0:amqp 
proto=any role=normal // <4>
 Fri May 20 09:38:03 2017 POLICY (info) Policy configured maximumConnections: 
0, policyFolder: '', access rules enabled: 'false'
 Fri May 20 09:38:03 2017 POLICY (info) Policy fallback defaultApplication is 
disabled
diff --git a/docs/books/user-guide/logging.adoc 
b/docs/books/user-guide/logging.adoc
index 32b7e93..6742bc0 100644
--- a/docs/books/user-guide/logging.adoc
+++ b/docs/books/user-guide/logging.adoc
@@ -60,18 +60,6 @@ Tue Jun  7 13:28:26 2016 ROUTER (trace) Node Router.A cost: 1
 Tue Jun  7 13:28:27 2016 ROUTER (trace) Node Router.C valid origins: 
['Router.A']
 ----
 
-=== The `ROUTER_CORE` Logging Module
-
-This module provides information about the local router's operations on active 
connections and links. This includes operations related to opened and closed 
connections, messages sent, deliveries, and flow control.
-
-[options="nowrap"]
-----
-Tue Jun  7 13:42:07 2016 ROUTER_CORE (trace) Core action 'link_flow'
-Tue Jun  7 13:42:08 2016 ROUTER_CORE (trace) Core action 'link_deliver'
-Tue Jun  7 13:42:08 2016 ROUTER_CORE (trace) Core action 'send_to'
-Tue Jun  7 13:42:08 2016 ROUTER_CORE (trace) Core action 'link_flow'
-----
-
 === The `ROUTER_HELLO` Logging Module
 
 This module provides information about the _Hello_ protocol used by interior 
routers to exchange Hello messages, which include information about the 
router's ID and a list of its reachable neighbors (the other routers with which 
this router has bidirectional connectivity).
@@ -339,8 +327,8 @@ This example displays the last three log entries for 
`Router.A`:
 [options="nowrap",subs="+quotes"]
 ----
 $ qdstat --log --limit=3 -r ROUTER.A
-Wed Jun  7 17:49:32 2017 ROUTER_CORE (none) Core action 'link_deliver'
-Wed Jun  7 17:49:32 2017 ROUTER_CORE (none) Core action 'send_to'
+Wed Jun  7 17:49:32 2017 ROUTER (none) Core action 'link_deliver'
+Wed Jun  7 17:49:32 2017 ROUTER (none) Core action 'send_to'
 Wed Jun  7 17:49:32 2017 SERVER (none) [2]:0 -> @flow(19) [next-incoming-id=1, 
incoming-window=61, next-outgoing-id=0, outgoing-window=2147483647, handle=0, 
delivery-count=1, link-credit=250, drain=false]
 ----
 --
diff --git a/docs/books/user-guide/modules/starting-router.adoc 
b/docs/books/user-guide/modules/starting-router.adoc
index 14e8bdf..7a36c42 100644
--- a/docs/books/user-guide/modules/starting-router.adoc
+++ b/docs/books/user-guide/modules/starting-router.adoc
@@ -47,13 +47,13 @@ This example shows that the router was correctly installed, 
is running, and is r
 $ qdstat --log
 Fri May 20 09:38:03 2017 SERVER (info) Container Name: Router.A
 Fri May 20 09:38:03 2017 ROUTER (info) Router started in Standalone mode
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) Router Core thread running. 
0/Router.A
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) In-process subscription 
M/$management
+Fri May 20 09:38:03 2017 ROUTER (info) Router Core thread running. 0/Router.A
+Fri May 20 09:38:03 2017 ROUTER (info) In-process subscription M/$management
 Fri May 20 09:38:03 2017 AGENT (info) Activating management agent on 
$_management_internal
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) In-process subscription 
L/$management
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) In-process subscription 
L/$_management_internal
+Fri May 20 09:38:03 2017 ROUTER (info) In-process subscription L/$management
+Fri May 20 09:38:03 2017 ROUTER (info) In-process subscription 
L/$_management_internal
 Fri May 20 09:38:03 2017 DISPLAYNAME (info) Activating DisplayNameService on 
$displayname
-Fri May 20 09:38:03 2017 ROUTER_CORE (info) In-process subscription 
L/$displayname
+Fri May 20 09:38:03 2017 ROUTER (info) In-process subscription L/$displayname
 Fri May 20 09:38:03 2017 CONN_MGR (info) Configured Listener: 0.0.0.0:amqp 
proto=any role=normal
 Fri May 20 09:38:03 2017 POLICY (info) Policy configured maximumConnections: 
0, policyFolder: '', access rules enabled: 'false'
 Fri May 20 09:38:03 2017 POLICY (info) Policy fallback defaultApplication is 
disabled


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to