Plotting stops, rewards continue, no errors - non-cluster ACLI

Similarly to Plotting Stops after Error (taurus-oct-2024) - #6 by nazar-pc there are two things I’d like to request.

First to start farmer with RUST_LOG=info,subspace_farmer=trace, which will generate a lot more logs, but should also help with debugging, there could be gigabytes of logs potentially.

Second, it’d help to dump backtraces of threads with gdb when this happens.
Here is how I’d do it:

sudo apt-get install --no-install-recommends gdb
sudo gdb /path/to/subspace-farmer PID_OF_FARMER_PROCESS

Now in gdb type the following:

set pagination off
thead apply all bt

And send me the whole output.

Then you can exit gdb.