fefofe@gmx.ch has asked for the wisdom of the Perl Monks concerning the following question:
In the file I have this configuration:Log::Log4perl->init($configfile);
This leads to this permissions: -rw-r--r-- What I need is 600: -rw------- How to configure this ?? A setting off 600 leads to this: ---x-wx--T I'm really confused about this ...log4perl.appender.MasterLog = PCIDSSAppender log4perl.appender.MasterLog.filename = /var/log/application/perl.log log4perl.appender.MasterLog.mode = append log4perl.appender.MasterLog.size = 10000000 log4perl.appender.MasterLog.max = 25 log4perl.appender.MasterLog.permissions = log4perl.appender.MasterLog.layout = PatternLayout log4perl.appender.MasterLog.layout.ConversionPattern=%d %H [%P:%p] %F: +%L:- %m%n
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Log4Perl: file permissions
by hippo (Archbishop) on Sep 15, 2017 at 07:58 UTC | |
by Anonymous Monk on Sep 15, 2017 at 08:23 UTC | |
by choroba (Cardinal) on Sep 15, 2017 at 08:33 UTC | |
|
Re: Log4Perl: file permissions
by kcott (Archbishop) on Sep 16, 2017 at 04:58 UTC | |
by fefofe@gmx.ch (Initiate) on Sep 18, 2017 at 06:12 UTC |