Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Aug 15, 2023
1 parent dc2b12c commit 789a881
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/msnodesqlv8/connection-pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class ConnectionPool extends BaseConnectionPool {
})
}

console.log(cfg.conn_str)

const connedtionId = INCREMENT.Connection++
debug('pool(%d): connection #%d created', IDS.get(this), connedtionId)
debug('connection(%d): establishing', connedtionId)
Expand Down

0 comments on commit 789a881

Please sign in to comment.