Just moving from Attitude Adjustment to Chaos Calmer and noticed a move from syslogd to logd. I can't find alot of documentation so hope I am not asking redundant questions:
1. I see many posts about limitations in logd buffer size. syslogd looks to be the better tool. why the change?
2. How do I log to file with logd?
3. I built an image using busybox logread and logd logread failed to work, said it could not find a buffer? Looks like busybox logread is not compatible with logd?
4. is there a way in the make menuconfig to select using syslogd instead of logd?
5. I started syslogd logging to a file with logd running and saw that syslogd "took over" the log data. logread still worked but only showed log data up until syslogd was started after which log data went through syslogd to the file I specified. Can I kill logd and simply run syslogd?
6. How would I do remote logging with logd?
Good logging is critical and seems like we took a step backwards in switching from syslogd to logd.