Where is syslog.conf file on ubuntu 10
Solution 1:
It is not the same program, but it is the same objective : log all the reporting problems. By default, there is a /etc/rsyslog.d dir where you can put all your modifications. Ths syntax is not the same that syslog.conf.
Solution 2:
Recent Ubuntu releases switched from the old syslogd to rsyslog, which is kind of backwards compatible with the old syslog daemon but with more features. So modifying the /etc/rsyslog.conf MIGHT work.
What do you have in mind?