Enabling Live Logs
To enable Live Logs and to use both endpoints, you will need to enable the Live Logs CLI plugin in thesystem.yamlfile.
shared: logging: view: enabled: true refreshRate: 10s concurrentSessionsPerUser: 10 readBlockSizeKB: 300
- The
refreshRatesets the refresh rate - The
concurrentSessionsPerUseris the number of concurrent users that are allowed to use the API - The
readBlockSizeKBis the buffer size. The default value is 300.

