Warning
Live Logs have been deprecated for Cloud (SaaS) platforms.
Subscription Information
This feature is supported on the Self-Hosted platform, with a Pro, Pro X, Enterprise X, or Enterprise+ license.
The Live Logs plugin allows you to get the JFrog product logs (JFrog Artifactory, JFrog Xray, JFrog Distribution) using the JFrog CLI Plugin. To learn more, see Live Logs Readme.
The log types that are supported as part of the CLI plugin for Live Logs are as follows:
Artifactory
*-request.logDistribution
distribution-request.log
Warning
Following security enhancements to the JFrog Cloud (SaaS) platform, Artifactory will only provide the log file artificatory-request.log .
Enable Live Logs
To enable Live Logs and to use both endpoints, you will need to enable the Live Logs CLI plugin in the system.yaml file.
shared:
logging:
view:
enabled: true
refreshRate: 10s
concurrentSessionsPerUser: 10
readBlockSizeKB: 300The
refreshRatesets the refresh rateThe
concurrentSessionsPerUseris the number of concurrent users that are allowed to use the APIThe
readBlockSizeKBis the buffer size. The default value is 300.