Skip to content

Commit fe7cfd1

Browse files
committed
Debug level when sql file corrupted
1 parent 2771341 commit fe7cfd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/transcript-watcher.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ export class TranscriptWatcher {
213213
return true;
214214
}
215215
} catch (e) {
216-
this.logger.warn(`Error processing transcript: ${filePath}`);
217-
this.logger.warnException(e);
216+
this.logger.debug(`Error processing transcript: ${filePath}`);
217+
this.logger.debugException(e);
218218
console.error(e);
219219
}
220220
return false;

0 commit comments

Comments
 (0)