When Log shipping tools like fluentd are configured on the Artifactory server, access permissions may not be given with the default file permissions. In order to change the file permissions of every newly created log file, it is possible to set umask in the Artifactory.
Enable Umask
Please define the following umask property in system.yaml located at $JFROG_HOME/artifactory/var/etc directory. This step will require an Artifactory restart.
shared: env: UMASK: 0022
Please note that UMASK property will apply only to the Java based micro services(access, artifactory, etc).