The console log file appends the console outputs of all services into one common log file.
Log rotation is configured to occur every hour using a cron job for Docker Compose and native installations.
Log rotation is not available in the following installations:
Archive
Mac/Windows
Manual Docker Compose (which don't use the bundled script)
Since this file is written to by all services and can grow quickly, it is recommended to manage it by either by disabling it using the shared.logging.consoleLog.enabled
configuration in the Artifactory System YAML ,
or by setting up your own log rotation.
Note
You have to configure log rotation manually for Tomcat logs. For more information, see Configuring Log Rotation for Tomcat.