On Mon, Dec 16, 2013 at 10:25 PM, Mark Eggers wrote:
> Inline response:
>
> This is true, but shouldn't be a problem.
>
> If you're running on a system that has ACL, then you could try the
> following:
>
> cd $CATALINA_BASE
> setfacl -n -d -m u::rwx,g::rx,o::- logs
>
> Read the setfacl / getfacl
Hey Mark,
Thanks for the response :)
Just a quick question - won't this make ALL files Tomcat creates the same
permissive...ness? Instead of just the log files?
Thanks again!
On Mon, Dec 16, 2013 at 7:25 PM, Mark Eggers wrote:
> On 12/16/2013 4:04 PM, Chris Wise wrote:
Hi,
I’m wondering if there is a way to force Tomcat to set permissions on log
files when they’re created? It seems as though this would be something
defined in the logging.properties file, but it doesn’t seem like it’s an
option.
I want the permissions of all log files created (on server sta