Skip to content

Commit a658b20

Browse files
committed
[DROP ME] add console.log calls
1 parent 5cc7131 commit a658b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cubejs-jdbc-driver/src/JDBCDriver.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,11 @@ export class JDBCDriver extends BaseDriver {
186186

187187
// https://github.com/coopernurse/node-pool/blob/ee5db9ddb54ce3a142fde3500116b393d4f2f755/README.md#L220-L226
188188
this.pool.on('factoryCreateError', (err) => {
189+
console.log('factoryCreateError', err);
189190
this.databasePoolError(err);
190191
});
191192
this.pool.on('factoryDestroyError', (err) => {
193+
console.log('factoryDestroyError', err);
192194
this.databasePoolError(err);
193195
});
194196
}

0 commit comments

Comments
 (0)