В файле /etc/syslog-ng/syslog-ng.conf должна быть раскоментирована строка:
# Log everything to vc12
destination console_all { file("/dev/tty12"); };
и
log { source(src); filter(f_everything); destination(console_all); };
Собственно и все.
# Log everything to vc12
destination console_all { file("/dev/tty12"); };
и
log { source(src); filter(f_everything); destination(console_all); };
Собственно и все.
Комментариев нет:
Отправить комментарий