Skip to content

Commit f021a03

Browse files
committed
Refactor Application Logging
1 parent 1214f95 commit f021a03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+693
-792
lines changed

src/install/mssql/sql/COMPARE_MSSQL_ALL.sql

Lines changed: 0 additions & 202 deletions
This file was deleted.

src/node/dbi/azure/azureDBI.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class AzureDBI extends CloudDBI {
112112
url = new URL(url ? url : 'http://0.0.0.0')
113113
} catch (e) {
114114
this.logger.error([this.DATABASE_VENDOR,'CONNECTION'],`Invalid endpoint specified: "${vendorProperties.endpoint}"`)
115-
this.yadamuLogger.handleException([this.DATABASE_VENDOR,'CONNECTION'],e)
115+
this.LOGGER.handleException([this.DATABASE_VENDOR,'CONNECTION'],e)
116116
url = new URL('http://0.0.0.0')
117117
}
118118

@@ -129,7 +129,7 @@ class AzureDBI extends CloudDBI {
129129
}
130130

131131
async createConnectionPool() {
132-
// this.yadamuLogger.trace([this.constructor.name],`BlobServiceClient.fromConnectionString()`)
132+
// this.LOGGER.trace([this.constructor.name],`BlobServiceClient.fromConnectionString()`)
133133
this.cloudConnection = BlobServiceClient.fromConnectionString(this.vendorProperties);
134134
this.cloudService = new AzureStorageService(this,{})
135135
}

0 commit comments

Comments
 (0)