Cloud customer?
Start for Free >
Upgrade in MyJFrog >
What's New in Cloud >







Overview

The Live Logs plugin allows you to get the JFrog product logs (JFrog Artifactory, JFrog Xray, JFrog Mission Control, JFrog Distribution, and JFrog Pipelines) 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 | Distribution:

*-request.log

Mission Control:

"*-request.log,mc-error.log"


JFrog Subscription Levels

CLOUD (SaaS)
ENTERPRISE+
SELF-HOSTED
PRO
PRO X
ENTERPRISE 
ENTERPRISE+
Page Contents

 



Enabling 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: 300 
  • The refreshRate sets the refresh rate 
  • The concurrentSessionsPerUser is the number of concurrent users that are allowed to use the API
  • The readBlockSizeKB is the buffer size. The default value is 300. 
  • No labels
Copyright © 2023 JFrog Ltd.