Azure / azure-media-migration

Azure Media Migration Tool
https://github.com/Azure/azure-media-migration
MIT License
11 stars 15 forks source link

Refactor logging to fix hang issues. #188

Closed duggaraju closed 1 year ago

duggaraju commented 1 year ago

Only use spectre console logging on Windows. Disabled on Linux but can be enabled with code change. Spectre console is still used for progress but without the interactivity. Use serilog for file logging for more flexibility. Fixes #170