Repository: qpid-dispatch
Updated Branches:
  refs/heads/master bc50c1270 -> 8c9f4a581


NO-JIRA - Added extra documentation for the logMessage field. Thank you Gordon 
Sim


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/8c9f4a58
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/8c9f4a58
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/8c9f4a58

Branch: refs/heads/master
Commit: 8c9f4a581f7a62158d21bbe845edb3db60ae1d06
Parents: bc50c12
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Tue May 16 11:25:39 2017 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Tue May 16 11:25:39 2017 -0400

----------------------------------------------------------------------
 python/qpid_dispatch/management/qdrouter.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/8c9f4a58/python/qpid_dispatch/management/qdrouter.json
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch/management/qdrouter.json 
b/python/qpid_dispatch/management/qdrouter.json
index 6915bdb..829b335 100644
--- a/python/qpid_dispatch/management/qdrouter.json
+++ b/python/qpid_dispatch/management/qdrouter.json
@@ -853,7 +853,7 @@
                 "logMessage": {
                     "type": "string",
                     "default": "none",
-                    "description": "A comma separated list that indicates 
which components of the message should be logged. Defaults to 'none' (log 
nothing). If you want all properties and application properties of the message 
logged use 'all'. Specific components of the message can be logged by 
indicating the components via a comma separated list. The components are 
message-id, user-id, to, subject, reply-to, correlation-id, content-type, 
content-encoding, absolute-expiry-time, creation-time, group-id, 
group-sequence, reply-to-group-id, app-properties. The application-data part of 
the bare message will not be logged. No spaces are allowed",
+                    "description": "A comma separated list that indicates 
which components of the message should be logged (no spaces allowed between 
list components). Defaults to 'none' (log nothing). If you want all properties 
and application properties of the message logged use 'all'. Specific components 
of the message can be logged by indicating the components via a comma separated 
list. The components are message-id, user-id, to, subject, reply-to, 
correlation-id, content-type, content-encoding, absolute-expiry-time, 
creation-time, group-id, group-sequence, reply-to-group-id, app-properties. The 
application-data part of the bare message will not be logged. This log message 
is written to the MESSAGE logging module. In the 'log' entity, set 'module' 
property to MESSAGE or DEFAULT and 'enable' to trace+ to see this log message",
                     "create": true
                 }
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to