Skip to content
  • David Lawrence's avatar
    When loading a configuration file, set log defaults if and only if no · 5542df09
    David Lawrence authored
    "category default" clause was found in a logging statement.
    
    When setting defaults, use ISC_LOGCATEGORY_DEFAULT for the category parameter
    instead of NULL.
    
    Don't do the isc_log{category,module}byname lookup every time through the
    loop in logconf.c:category_fromconf(); it can be done just once, before
    entering the loop.
    5542df09