Skip to content

Fix exportspec logger

Change the ExportSpec object to store its Logger using a shared pointer. The previous Export::getLogger() call was actually using a copy constructor.

Merge request reports