Repository: qpid-dispatch Updated Branches: refs/heads/master 6c3448143 -> 06bfb5414
DISPATCH-1117: suggested doc fixes Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/06bfb541 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/06bfb541 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/06bfb541 Branch: refs/heads/master Commit: 06bfb541453c08b604e80531c594f7dfd553c79b Parents: 6c34481 Author: Gordon Sim <g...@redhat.com> Authored: Thu Sep 6 20:45:38 2018 +0100 Committer: Gordon Sim <g...@redhat.com> Committed: Thu Sep 6 23:21:28 2018 +0100 ---------------------------------------------------------------------- docs/books/user-guide/managing-using-qdmanage.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/06bfb541/docs/books/user-guide/managing-using-qdmanage.adoc ---------------------------------------------------------------------- diff --git a/docs/books/user-guide/managing-using-qdmanage.adoc b/docs/books/user-guide/managing-using-qdmanage.adoc index c81115d..d8b7201 100644 --- a/docs/books/user-guide/managing-using-qdmanage.adoc +++ b/docs/books/user-guide/managing-using-qdmanage.adoc @@ -652,28 +652,28 @@ qdmanage query --type=log a| [options="nowrap",subs="+quotes"] ---- -qdmanage read --type=log --module=_LOGGING_MODULE_NAME_ +qdmanage read --type=log --name=log/_LOGGING_MODULE_NAME_ ---- |Set the default logging configuration a| [options="nowrap",subs="+quotes"] ---- -qdmanage create --type=log --module=DEFAULT --enable=_LOGGING_LEVEL_ --includeTimestamp=yes --_ATTRIBUTE_=_VALUE_ +qdmanage update --type=log --name=log/DEFAULT enable=_LOGGING_LEVEL_ includeTimestamp=yes _ATTRIBUTE_=_VALUE_ ---- |Enable logging for a logging module a| [options="nowrap",subs="+quotes"] ---- -qdmanage create --type=log --module=_LOGGING_MODULE_NAME_ --enable=_LOGGING_LEVEL_ --_ATTRIBUTE_=_VALUE_ ... +qdmanage update --type=log --name=log/_LOGGING_MODULE_NAME_ enable=_LOGGING_LEVEL_ _ATTRIBUTE_=_VALUE_ ... ---- |Change the logging configuration for a logging module a| [options="nowrap",subs="+quotes"] ---- -qdmanage update --type=log --module=_LOGGING_MODULE_NAME_ --_ATTRIBUTE_=_VALUE_ ... +qdmanage update --type=log --name=log/_LOGGING_MODULE_NAME_ _ATTRIBUTE_=_VALUE_ ... ---- |=== --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org