From 3e785fc48ee132e14548b3a7b2838c891f9c16e8 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Thu, 7 Mar 2024 16:26:49 -0500 Subject: [PATCH] Change log info method to warn --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index e92c136..c117c37 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -156,7 +156,7 @@ program.command('create') const ext = cdxjFile.split('.').pop() if (!allowedExts.includes(ext)) { - log.info(`CDXJ: Skipping file ${cdxjFile}, not a CDXJ file`) + log.warn(`CDXJ: Skipping file ${cdxjFile}, not a CDXJ file`) continue }