[Koha-bugs] [Bug 12952] Log koha actions to syslog too

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 1 07:49:53 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12952

--- Comment #5 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---

> -    chown "$username:$username" "/var/log/koha/$name"
> +    chown "$username:adm" "/var/log/koha/$name"
> 
> The last line should not have the group adm but $username instead.

This is because in case of a multi-site installation we may want to have an
external process to be able to access all individual site logs. Without a
common group it makes it hard to manage.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list