Enable debugging for BIND 9 on Ubuntu

Edit /etc/default/bind9 and change

Copy

OPTIONS="-u bind"

to

Copy

OPTIONS="-u bind -d 50 -g"

Restart BIND and you'll see debug log on your console.