@orion-js/mongodb 4.2.5 → 4.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -174,7 +174,7 @@ var OrionMongoDatabaseWrapper = class {
174
174
  }
175
175
  this.state = "connecting";
176
176
  const censoredURI = this.uri.replace(/\/\/.*:.*@/, "//").replace(/^mongodb(\+srv)?:\/\//, "");
177
- import_logger.logger.info(`Starting MongoDB connection "${this.connectionName}" [${censoredURI}]`);
177
+ import_logger.logger.info(`Starting MongoDB connection ${this.connectionName} (${censoredURI})...`);
178
178
  if (this.encrypted.client) {
179
179
  await this.connectWithRetry(this.encrypted.client);
180
180
  import_logger.logger.info("Successfully connected to encrypted mongo", {