# logFilePath
Specifies the path to a file where the yc-360 script should write logs. If not set, logs will be printed to stdout (console).
Type: string
Default: ""
Example (YAML):
options:
logFilePath: /var/log/yc/yc-360-script.log
1
2
2
Example (CLI):
./yc -logFilePath "/var/log/yc/yc-360-script.log"
1