# gcPath

Specifies the path to an existing GC log file. Use this when the GC logs are already being captured by another mechanism and should be sent as-is to the yCrash server for analysis.

Type: string

Default: ""

Example (YAML):

options:
  gcPath: /apps/tomcat/gc-2024-08-16.log
1
2

Example (CLI):

./yc -gcPath "/apps/tomcat/gc-2024-08-16.log"
1