# appLogLineCount

Defines the number of most recent lines to extract from each log file listed in appLogsHelps limit the amount of log data transmitted to the server, focusing on the most recent activity.

Type: int

Default: 10000

Example (YAML):

options:
  appLogLineCount: 5000
1
2

Example (CLI):

./yc -appLogLineCount 5000
1