Description of problem: The value for the FILE attribute for file log handlers isn't properly checked when comparing bootstrap file value. With a file that is not appendable, the overwrite would overwrite bootstrapped logged data. Steps to Reproduce: 1. Create any file handler and set append to false Actual results: Bootstrap logged data is not available in file Expected results: Bootstrap logged data to be available in file
James Perkins <jperkins> made a comment on jira WFLY-1500 Pull request merged
Verified on EAP 6.1.1 ER3, bootstrap logged are now not overwritten.