Hello, I am using busybox ver. 1.00
I am using syslogd with some logging code I wrote for my project. Currently I can configure the logging level... to say 4, then all log messages at levels higher then that, 5, 6, and 7 do not show up in my /var/log/messages file. What I want to be able to do, is change the configured logging level, and have that change what files the log messages go to. That way anyone looking at the messages file will not see higher level logging, but the log messages are not lost, but rather just sent to a different file. To do this, I need syslogd to support the /etc/syslog.conf file. Questions 1. My understanding is that the syslogd in busybox ignores syslog.conf, is that right? 2. If so, will a future release support the syslog.conf file? 3. If not, is there some other way my goal can be accomplished with the syslogd included with busybox? 4. If not, if the size of syslogd is a problem, perhaps an option be included with busybox to select either the syslogd that supports syslog.conf, or the one that does not? 5. If someone will look into this, approximately how long will it be before they do? Thanks in advance, Dennis Smith _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
