: syslog.conf
:
: 설정에..
:
: local1.* /var/log/aaa
: local2.* /var/log/bbb
: local3.* /var/log/ccc
: local4.* /var/log/ddd
: local5.* /var/log/eee
:
:
: man syslog에 보니까..
:
: 0 부터 8 까지던데..
:
: 이게..
: syslog 를 이용해서는
: 서로다른 로그를 8개 까지밖에 못남긴다는 뜻인가요?
:
: 종류가 다른.. 로그를 더 많이 여러가지로 남기려면..
: 어떻해야 하나요...
음...man syslog에서 0부터 8까지 나오는 것은
0 -- Close the log. Currently a NOP.
1 -- Open the log. Currently a NOP.
2 -- Read from the log.
3 -- Read up to the last 4k of messages in the ring buffer.
4 -- Read and clear last 4k of messages in the ring buffer
5 -- Clear ring buffer.
6 -- Disable printk's to console
7 -- Enable printk's to console
8 -- Set level of messages printed to console
을 말씀하시는 건가요..?
이건 syslog command의 function을 말하는 겁니다.
다시 자세히 읽어보세요..--도움이 되셨길..