GitReleaseNotes
GitReleaseNotes copied to clipboard
Fix logging so that error details are output to console.
This contains two changes:
- Unwrap the inner exception details of aggregate exceptions when logging.
- Fix a bug where the Program's
Logwas set to a CustomLog rather than the expected ConsoleLog.