February 23, 2003
Apricot 2003, Taipei, (.TW)
Slide 18
Adding logging
¥logging
¥{
¥        category update { update_log; };
¥        channel update_log
¥        {
¥                file "logs/dns-update.log"
¥                     versions 2 size 20m;
¥                print-time yes;
¥                print-category yes;
¥                print-severity yes;
¥                severity info;
¥        };
¥};