Skip to content

Commit

Permalink
revert default debug setting (for this issue, will be changed later)
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-spoelders committed Nov 8, 2024
1 parent 18bc7e8 commit a8d3beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sql-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ExasolPool {
constructor(
websocketFactory: websocketFactory,
config: Partial<Config> & Partial<PoolConfig>,
logger: ILogger = new Logger(LogLevel.Off),
logger: ILogger = new Logger(LogLevel.Debug),
) {
this.logger = logger;
this.internalPool = getPool(websocketFactory, config, logger);
Expand Down

0 comments on commit a8d3beb

Please sign in to comment.