Skip to content

Commit

Permalink
Switch log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Jun 3, 2023
1 parent a78b050 commit 4aee0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class CML {
});
} catch (err) {
if (err.code === 'ENOENT')
winston.warn(`file not found: ${node.url} (${absolutePath})`);
winston.debug(`file not found: ${node.url} (${absolutePath})`);
else throw err;
}
}
Expand Down

0 comments on commit 4aee0f0

Please sign in to comment.