<div dir="ltr"><div>Hello! I&#39;ve finalized my work for the GSoC project as a patch, attached to this message. As before, it is also available in my github repo, <a href="https://github.com/anastasiamarkina/criu/tree/nastya-flog2">https://github.com/anastasiamarkina/criu/tree/nastya-flog2</a><br><br>The next part is a fragment of binlog.txt file included into the patch, which explains how to use it:<br><br>USAGE: TURNING ON BINARY LOGGING<br><br>Classical text logging is done by default.<br>Binary logging is turned on by the --binlog command line parameter.<br>It should be combined with --log-file filename parameter to specify the log file name (this second parameter is used with both text and binary logging).<br><br>The example:<br><br>criu --log-file /tmp/sdf.bin --binlog check<br><br>USAGE: READING BINARY LOG FILE<br><br>There is a --print-log parameter which turnes criy into a log reader.<br>It should be combined with --log-file filename parameter, which specifies the log file name. When these parameters are used, CRIU prints all messages from the binary log file on the screen and exits. This looks as follows:<br><br>criu --log-file /tmp/sdf.bin --binlog --print-log<br><br>P.S. Thank you for the possibility to work with the project!</div></div>