ARTIFACTORY: How to change default log file permissions in the Artifactory

ARTIFACTORY: How to change default log file permissions in the Artifactory

AuthorFullName__c
Shisiya Sebastian
articleNumber
000006178
FirstPublishedDate
2024-09-05T10:38:49Z
lastModifiedDate
2025-07-22
VersionNumber
1

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).