So, you ran a DSC configuration against a target node using either Start-DscConfiguration or a Pull Server and you want to look at the logs for its execution; where do you go? If you ran it with Start-DscConfiguration and the verbose parameter, then you have a log in your console, but that goes away when you close your console and you don't have this available with a Pull Server.
Worry not, for DSC provides a rich set of information from each operation it performs, although it's not always easy to access this information.