This article outlines the procedure for modifying file permissions on the server.log file in CA Identity Manager. Permissions for log files are managed at the Operating System level.
Default file permissions for logs are restricted for security reasons. Users require read access for all users to the rotating server.log file, typically located at: /opt/wildfly-15.0.1.Final/standalone/log/server.log
idamadmin@xxxxxxx log]$ ls -l server.log
-rw------- 1 idamadmin idamadmin 508168 Jun 7 08:45 server.log
Permissions for log files are handled by the underlying Linux Operating System. To ensure consistent permissions for rotating log files, use the following methods:
chmod permissions to the directory or file.crontab to enforce specific permissions whenever the log files are created or rotated.