Allow custom logger for the tracing pacakge
The logger defaulted to the go standard library logger, but that doesn't allow for structured logging. When booting multiple LabKit applications with tracing that would mean that multiple logging formats were used for applications which broke my poor mans log filter (jq reading from a stream).