Enabling Live Logs
To enable Live Logs and to use both endpoints, you will need to enable the Live Logs CLI plugin in thesystem.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.