# logLevel

Sets the verbosity level for the yc-360 script logs. Useful for debugging or reducing log noise. Supported levels include: trace, debug, info, warn, error, fatal, panic, disable.

Type: string

Default: "info"

Example (YAML):

options:
  logLevel: debug
1
2

Example (CLI):

./yc -logLevel debug
1