crmsh icon indicating copy to clipboard operation
crmsh copied to clipboard

Dev: log: Record msg during status_long and release it afterward

Open liangxin1300 opened this issue 2 years ago • 0 comments

The console format will mass if there are messages during status_long:

INFO: Waiting for cluster...INFO: This the demo info
...........done

After applied this PR:

INFO: Waiting for cluster..............done
INFO: This the demo info

liangxin1300 avatar Aug 18 '22 03:08 liangxin1300