ajack       2003/11/19 11:45:32

  Modified:    python/gump/document documenter.py
               python/gump/utils xmlutils.py
  Log:
  Reduce logging verbosity
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-gump/python/gump/document/documenter.py
  
  Index: documenter.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document/documenter.py,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- documenter.py     19 Nov 2003 19:43:53 -0000      1.2
  +++ documenter.py     19 Nov 2003 19:45:32 -0000      1.3
  @@ -82,7 +82,7 @@
           if not callable(self.documentRun):
               raise RuntimeException, 'Complete [' + self.__class__ + '] with a 
callable documentRun(self,run)'
           
  -        log 'Document run using [' + `self` + ']'
  +        log.info('Document run using [' + `self` + ']')
           
           self.documentRun(run)
       
  
  
  
  1.3       +1 -1      jakarta-gump/python/gump/utils/xmlutils.py
  
  Index: xmlutils.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/utils/xmlutils.py,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xmlutils.py       18 Nov 2003 20:58:18 -0000      1.2
  +++ xmlutils.py       19 Nov 2003 19:45:32 -0000      1.3
  @@ -189,7 +189,7 @@
         return attr # :TODO: Get this checked out
       except AttributeError:
         # It is OK if people extend the GOM...
  -      log.info("No metadata related to " +
  +      log.debug("No metadata related to " +
                   "name '%s' on %s" % \
                   (name, self.__class__.__name__))
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to