BIND 10 #1191: logging needs "name"

BIND 10 Development do-not-reply at isc.org
Mon Aug 22 15:34:18 UTC 2011


#1191: logging needs "name"
--------------------------------+-----------------------------------------
            Reporter:  jreed    |                        Owner:
                Type:  defect   |                       Status:  new
            Priority:  minor    |                    Milestone:  New Tasks
           Component:  logging  |                     Keywords:
           Sensitive:  0        |              Defect Severity:  N/A
         Sub-Project:  Core     |  Feature Depending on Ticket:
Estimated Difficulty:  0        |          Add Hours to Ticket:  0
         Total Hours:  0        |                    Internal?:  0
--------------------------------+-----------------------------------------
 {{{

 > config add Logging/loggers
 > config set Logging/loggers[0]/severity DEBUG
 > config show Logging/loggers
 Logging/loggers[0]/name ""      string  (default)
 Logging/loggers[0]/severity     "DEBUG" string  (modified)
 Logging/loggers[0]/debuglevel   0       integer (default)
 Logging/loggers[0]/additive     false   boolean (default)
 Logging/loggers[0]/output_options       []      list    (default)
 > config set Logging/loggers[0]/debuglevel 100
 > config show Logging/loggers[0]/output_options
 Logging/loggers[0]/output_options       []      list    (default)
 > config show Logging/loggers[0]/output_options/
 Logging/loggers[0]/output_options/      []      list    (default)
 > config commit
 Error: Exception: 'name'
 Configuration not committed

 }}}

  Fixed with:

 {{{

 > config set Logging/loggers[0]/name *
 > config commit

 }}}

 In jabber, jelte said:


 (11:46:04) jelte: that's an uncaught exception somewhere (and hence no
 decent error)

 (11:47:04) jelte: from the fix i gather the error should be "name must be
 set" :)


 I think it should just use some default for name (if not defined).

-- 
Ticket URL: <http://bind10.isc.org/ticket/1191>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list