BIND 10 #176: python logging framework

BIND 10 Development do-not-reply at isc.org
Tue Jun 1 13:19:19 UTC 2010


#176: python logging framework
---------------------+------------------------------------------------------
 Reporter:  jreed    |        Owner:  zzchen_pku                                 
     Type:  task     |       Status:  reviewing                                  
 Priority:  major    |    Milestone:  04. 2nd Incremental Release: Early Adopters
Component:  logging  |   Resolution:                                             
 Keywords:           |    Sensitive:  0                                          
---------------------+------------------------------------------------------

Comment(by zhanglikun):

 Some comment to the code.
 1. Change class name 'RotatingFilehandler' to a new one, since you'd
 better don't make one class and its sub class share one same class name.
 2. Update funtion comment to follow python coding
 style(http://www.python.org/dev/peps/pep-0008/), change

 {{{
 '''
 How are you
 '''
 }}}
 to

 {{{
 '''How are you'''
 }}}


 3.

-- 
Ticket URL: <http://bind10.isc.org/ticket/176#comment:7>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list