mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
a6e054a115
Relates to https://github.com/coder/coder/issues/14062 Previously a `logProvisionerJobLog` helper was added in https://github.com/coder/coder/pull/6508 to forward logs from the provisioner at the correct log level, but this was only used for logs produced in `buildWorkspace`. This PR uses this helper for forwarding logs produced in `runTemplateImportParse` and `runTemplateImportProvisionWithRichParameters` at the correct log level.