• xp_readerrorlog will display the last error log. Then you can feed it integer parameters to see the previous logs.

    exec master.dbo.xp_readerrorlog 1

    That will show the last log generated before the current one, your stop request should be the final row.