# logFileMaxSize
Defines the maximum file size (in bytes) before the current log file is rotated. If the size goes beyond the configured size, the log file will be rolled over, and a new file will be created.
Type: long
Default: 536870912
Example (YAML):
options:
logFileMaxSize: 1073741824
1
2
2
Example (CLI):
./yc -logFileMaxSize 1073741824
1