How to check logs for unsent orders?

I’m using the GUI windows version and I don’t have any knowledge in command lines. How to check for unsent orders in logs from PowerShell.

Does the word “downloaded” or the word “Action”: “GET” in the logs means the order was sent?
Where exactly in the logs will I found how many orders was sent and unsent?

Orders being sent show up like

orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs sending

Try this command

Get-Content “$env:ProgramFiles/Storj/Storage Node/storagenode.log” | sls orders

1 Like