In epistula a Thomas Vogt, die horaque Mon, Dec 05, 2005 at 01:52:59PM +0100:
> Hallo
>
> Ich versuche gerade Bind 9.3.1 auf dem Base System von FreeBSD 6.0
> (i386) beizubringen alles nach /var/log/named.log zu loggen.
>
> Die Bind Docu schreibt, dass man einfach die syslog facility ändern kann
> auf local0-9. Irgendwie scheint dies bei mir nicht zu funktionieren:
Du kannst syslogd(8) nach Programmname protokollieren lassen. In
dem Fall sehe ich da jetzt keine Nachteile:
/etc/syslog.conf
# [...]
!named
*.* /var/log/named.log
# [...]
> syslog.conf
> local7.* /var/log/named.log
> named.conf:
> logging {
> category default {
> default_syslog;
> default_debug;
> };
>
> channel my_syslog {
> syslog local7;
> severity debug;
>
> };
> };
Was genau passiert in diesem Fall?
syslog(8) logged an alle Zieleinträge, die auf eine Nachricht passen,
d.h. wenn ich
*.* /var/log/all
*.debug /var/log/debug
hätte, wäre /var/log/debug (Teilmenge) /var/log/all.
Gruß,
Peter
-- Many that live deserve death, and some that die deserve life. Can you give it to them? Then do not be too eager to deal out death and judgement, for not even the very wise can see all ends. -- John Ronald Reuel Tolkien, Lord of the Rings To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 05 Dec 2005 - 14:38:04 CET