Details
Description
Files promise verbose logs emit a BEGIN during each pass:
verbose: P: BEGIN promise 'promise_app_carbon_black_cf_197' of type "files" (pass 1) ... verbose: P: BEGIN promise 'promise_app_carbon_black_cf_197' of type "files" (pass 2) ... verbose: P: BEGIN promise 'promise_app_carbon_black_cf_197' of type "files" (pass 3)
At the end of the promise an END should be emitted:
verbose: P: BEGIN promise 'promise_app_carbon_black_cf_197' of type "files" (pass 1) ... verbose: P: END files promise (C:\Windows\temp\app_carbon_bla...)
However, this END files promise is only emitted after the first pass (or perhaps until the promise has resulted in some outcome (KEPT/REPAIRED etc ...). The misalignment between BEGIN and END lines not showing the same information is a separate issue (CFE-3962).