diff --git a/lib/record/google-storage.js b/lib/record/google-storage.js index d0a9637..577caa6 100644 --- a/lib/record/google-storage.js +++ b/lib/record/google-storage.js @@ -14,7 +14,7 @@ class GoogleStorageUploadStream extends Writable { }); this.writeStream.on('error', (err) => this.logger.error(err)); - this.writeStream.on('finish', () => this.logger.log('Upload completed.')); + this.writeStream.on('finish', () => this.logger.info('google storage Upload completed.')); } _write(chunk, encoding, callback) {