You can view the log files with any text editor and paste them in a code block by using markdown format such as below
{"v":0,"name":"subspace-cli","msg":"✨ Imported #\u001b[1;37m469134\u001b[0m (0x218e…9f10)","level":30,"hostname":"LAPTOP-5ULCJ5GR","pid":7528,"time":"2023-05-01T03:00:02.1338556Z","target":"log","line":null,"file":null,"log.line":146,"log.module_path":"sc_informant","log.file":"C:\\Users\\runneradmin\\.cargo\\git\\checkouts\\substrate-7bc20b373ca3e834\\fdb6819\\client\\informant\\src\\lib.rs","log.target":"substrate"}
{"v":0,"name":"subspace-cli","msg":"♻️ Reorg on #\u001b[1;31m469134\u001b[0m,0x218e…9f10 to #\u001b[1;32m469134\u001b[0m,0x576c…78c9, common ancestor #\u001b[1;37m469133\u001b[0m,0x3810…7a3c","level":30,"hostname":"LAPTOP-5ULCJ5GR","pid":7528,"time":"2023-05-01T03:00:02.5154633Z","target":"log","line":null,"file":null,"log.target":"sc_informant","log.file":"C:\\Users\\runneradmin\\.cargo\\git\\checkouts\\substrate-7bc20b373ca3e834\\fdb6819\\client\\informant\\src\\lib.rs","log.line":118,"log.module_path":"sc_informant"}
{"v":0,"name":"subspace-cli","msg":"✨ Imported #\u001b[1;37m469134\u001b[0m (0x576c…
But looking at the logs you provided, it does look like you are facing the bug i mentioned above, here is a snippet taken from your logs.
{"v":0,"name":"subspace-cli","msg":"✨ Imported #\u001b[1;37m503201\u001b[0m (0x7b84…247f)","level":30,"hostname":"node2","pid":3190,"time":"2023-05-03T11:02:33.964966436Z","target":"log","line":null,"file":null,"log.module_path":"sc_informant","log.target":"substrate","log.file":"/home/runner/.cargo/git/checkouts/substrate-7bc20b373ca3e834/fdb6819/client/informant/src/lib.rs","log.line":146}
{"v":0,"name":"subspace-cli","msg":"[SINGLE_DISK_PLOT - EVENT] Couldn't get a piece from DSN. No retries left.","level":50,"hostname":"node2","pid":3190,"time":"2023-05-03T11:02:34.597973895Z","target":"subspace_networking::utils::piece_provider","line":167,"file":"/home/runner/.cargo/git/checkouts/subspace-5c1447fb849a5554/677ab36/crates/subspace-networking/src/utils/piece_provider.rs","current_attempt":3,"max_retries":3,"piece_index":"3316735","disk_farm_index":"0"}
{"v":0,"name":"subspace-cli","msg":"[SINGLE_DISK_PLOT - EVENT] Recovering missing piece...","level":30,"hostname":"node2","pid":3190,"time":"2023-05-03T11:02:34.598054494Z","target":"subspace_farmer_components::segment_reconstruction","line":30,"file":"/home/runner/.cargo/git/checkouts/subspace-5c1447fb849a5554/677ab36/crates/subspace-farmer-components/src/segment_reconstruction.rs","missing_piece_index":"3316735","disk_farm_index":"0"}
{"v":0,"name":"subspace-cli","msg":"[SINGLE_DISK_PLOT - EVENT] Couldn't get a piece from DSN. No retries
For the time being we do not have a fix for this issue beyond attempting a reboot/resync but this may or may not be successful. The development team is working on a fix and we hope to have a new version in the coming weeks