From b06ff4f68cc0e1929c2208427c7c10bc12d301f7 Mon Sep 17 00:00:00 2001 From: Adam Dierkens Date: Tue, 18 May 2021 16:16:32 -0700 Subject: [PATCH] Update main.ts --- packages/config/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/config/src/main.ts b/packages/config/src/main.ts index bee118f..9856e28 100644 --- a/packages/config/src/main.ts +++ b/packages/config/src/main.ts @@ -15,7 +15,7 @@ export async function getConfig(customConfig?: string): Promise { const result = await explorer.search(); if (!result) { - logger.info('Unable to locate config file. Using default'); + logger.debug('Unable to locate config file. Using default'); return defaultConfig; }