Skip to content

Commit

Permalink
change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
mrddter committed Oct 29, 2024
1 parent aa82b51 commit 9a8646d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/strategies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function getStrategiesFrom(rootPath?: string) {
const files: string[] = []
const patterns = _normalizePatterns(`*.{ts,js}`, rootPath)
patterns.forEach((pattern) => {
logger.info(`Searching in ${pattern}`)
logger.trace(`Searching in ${pattern}`)
glob
.sync(pattern)
.filter((f: string) => !f.endsWith('.d.ts'))
Expand Down

0 comments on commit 9a8646d

Please sign in to comment.