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 9a7a484 commit d25734dCopy full SHA for d25734d
src/add/add.ts
@@ -70,7 +70,7 @@ export async function runAdd(options: AddOptions): Promise<AddResult> {
70
71
// Initialize logger (silent for CLI output)
72
const logger = pino({
73
- level: process.env.LOG_LEVEL || 'error',
+ level: process.env.LOG_LEVEL || 'silent',
74
})
75
76
// Check CDN status and warn if enabled
src/import/import.ts
@@ -128,7 +128,7 @@ export async function runCarImport(options: ImportOptions): Promise<ImportResult
128
129
130
131
132
133
134
0 commit comments