LogMaxLineLength
The number of characters a log entry can include before it is truncated. Increase this value when you want long actions to be logged in full.
Type: | Long |
Default: | 16384 |
Required: | No |
Allowed Range: |
Minimum: 0 Maximum: 2000000000 |
Recommended Range: |
Minimum: 100 Maximum: 1000000 |
Configuration Section: | Logging or LogStream If you set this parameter in the Logging and LogStream sections, the setting in the LogStream section takes precedence for the specified log stream.
|
Example: | LogMaxLineLength=24000
|
See Also: | LogFile |