We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf93092 commit 1656a98Copy full SHA for 1656a98
1 file changed
scripts/commands/playlist/update.ts
@@ -9,7 +9,7 @@ import validUrl from 'valid-url'
9
let processedIssues = new Collection()
10
11
async function main() {
12
- const logger = new Logger({ disabled: true })
+ const logger = new Logger({ level: -999 })
13
const issueLoader = new IssueLoader()
14
15
logger.info('loading issues...')
0 commit comments