On 10/26/05, Yan M. <yannnick_m@yahoo.com> wrote:
Hi,in syslog-ng.conf man page it is said that the option group(gid); is usedto set group on created logfiles. Im trying to use that and it does not workit is setting the group, not to the group I specify in that group() directive, but tothe group syslog-ng runs as.Also, the man page specifies you have to enter the gid in the group() optionbut the syslog-ng daemon wont start when the gid is specified in its numeral form.It should be group(groupname); instead of group(gid); in the man page.Does the chgrp works only when syslog-ng is running as root ? If so, it is nota documented feature ..