diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index a74016e..60905f6 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -15,7 +15,9 @@ const plugin = (options?: ViteCertificateOptions): Plugin => { } const { logLevel } = config - const logger = createLogger(logLevel) + const logger = createLogger(logLevel, { + prefix: PLUGIN_NAME + }) const ips = getLocalV4Ips() const mkcert = Mkcert.create({ logger,