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


The following commit(s) were added to refs/heads/master by this push:
     new d05c129  DISPATCH-1189 - Modify man-page generator for qdrouter.conf 
to show all "log" attributes.
d05c129 is described below

commit d05c129d9611bb6ac4ac49c6dc5ba0edae1c5b80
Author: Ted Ross <tr...@redhat.com>
AuthorDate: Tue Dec 18 13:10:39 2018 -0500

    DISPATCH-1189 - Modify man-page generator for qdrouter.conf to show all 
"log" attributes.
---
 docs/man/qdrouterd.conf.5.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/man/qdrouterd.conf.5.py b/docs/man/qdrouterd.conf.5.py
index 6749dd2..5ff133c 100644
--- a/docs/man/qdrouterd.conf.5.py
+++ b/docs/man/qdrouterd.conf.5.py
@@ -48,8 +48,8 @@ class ManPageWriter(SchemaWriter):
     def attribute_type(self, attr, holder):
         # Don't show read-only attributes
         if not attr.create and not attr.update:
-            # It is ok to show the console attributes
-            if not holder.short_name == "console":
+            # It is ok to show the console and log attributes
+            if not holder.short_name == "console" and not holder.short_name == 
"log":
                 return
         super(ManPageWriter, self).attribute_type(attr, holder, 
show_create=False, show_update=False)
 


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

Reply via email to