Skip to content

Add an option to truncate log files at startup.

Eric Frias requested to merge fix-fc-log-appending into develop

Previously, any new run would always truncate the existing log file at startup. Now, you can disable this and append to the log file by setting "truncate = false" in the appender config

Merge request reports