Launcher-created log file permissions
The Launcher creates its log files with the default file permissions
rw-rw-rw-
. You can change the log file permissions by changing the
LogFilePermissions setting in the config.yaml file.
The LogFilePermissions setting is specified in the [Launcher]
section of the install_dir\config.yaml file:
; this defines the permissions used to create the
; log files for the Launcher:
; default 666 (rw-rw-rw-)
; rw-rw-r-- is 664
; rw-r--r-- is 644
LogFilePermissions=666
To change the log file permissions,
change the value of the LogFilePermissions setting:
Value | File Permissions |
---|---|
666 | rw-rw-rw– This is the default file permission. |
664 | rw-rw-r-- |
644 | rw-r--r-- |