I'm trying to change default permissions of SAS logs from 640 to 644. Is there any methods other than editing xml-file using this article (FileAppender; doesn't work in my case)?
On OS level and if it's Linux/Unix then you could define an ACL (setfacl) for this folder and all subfolders that defines what permissions .log files get.
If 644 is what you would want for any newly created file then look into umask.
On OS level and if it's Linux/Unix then you could define an ACL (setfacl) for this folder and all subfolders that defines what permissions .log files get.
If 644 is what you would want for any newly created file then look into umask.