@wmfs/tymly-pg-plugin
Advanced tools
Comparing version 1.258.0 to 1.258.1
@@ -12,3 +12,3 @@ 'use strict' | ||
async boot (options) { | ||
this.logger = options.bootedServices.logger.addLogger('@wmfs/tymly-pg-plugin') | ||
this.logger = options.bootedServices.logger.child('service:audit') | ||
this.models = options.blueprintComponents.models || {} | ||
@@ -15,0 +15,0 @@ this.client = options.bootedServices.storage.client |
@@ -18,3 +18,3 @@ 'use strict' | ||
async boot (options) { | ||
this.logger = options.bootedServices.logger.addLogger('@wmfs/tymly-pg-plugin') | ||
this.logger = options.bootedServices.logger.child('service:storage') | ||
this.storageName = 'postgresql' | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "@wmfs/tymly-pg-plugin", | ||
"version": "1.258.0", | ||
"version": "1.258.1", | ||
"description": "Replace Tymly's out-the-box memory storage with PostgreSQL", | ||
@@ -51,3 +51,3 @@ "author": "West Midlands Fire Service", | ||
"@semantic-release/exec": "6.0.2", | ||
"@wmfs/tymly": "1.224.0" | ||
"@wmfs/tymly": "1.225.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "scripts": { |
{ | ||
"name": "pg", | ||
"version": "1.258.0", | ||
"version": "1.258.1", | ||
"label": "PG", | ||
@@ -5,0 +5,0 @@ "author": "Tim Needham", |
@@ -168,7 +168,4 @@ /* eslint-env mocha */ | ||
logger: { | ||
addLogger () { | ||
return { | ||
debug: () => {} | ||
} | ||
} | ||
debug: () => {}, | ||
child: () => {} | ||
}, | ||
@@ -175,0 +172,0 @@ storage: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
266346
3552