natefinch / lumberjack

lumberjack is a log rolling package for Go
MIT License
4.8k stars 591 forks source link

change dir mod from 0744 to 0755 #59

Closed sysulq closed 4 years ago

sysulq commented 6 years ago
drwxr--r-- 2 www  www        20 Dec 26 09:50 logs

When set filename to logs/app.log, we cannot use www user to access logs directory...

https://github.com/natefinch/lumberjack/blob/aee4629129445bbdfb69aa565537dcfa16544311/lumberjack.go#L209

caibirdme commented 5 years ago

The same problem, 0755 would be better

spacewander commented 4 years ago

This was fixed by https://github.com/natefinch/lumberjack/pull/68. So can we close it now?

sysulq commented 4 years ago

sure