passing logger to MapStore
This commit is contained in:
@@ -85,7 +85,8 @@ module.exports = class ApiRouter {
|
||||
|
||||
const mapStore = new windshaft.storage.MapStore({
|
||||
pool: redisPool,
|
||||
expire_time: serverOptions.grainstore.default_layergroup_ttl
|
||||
expire_time: serverOptions.grainstore.default_layergroup_ttl,
|
||||
logger: global.logger
|
||||
});
|
||||
|
||||
const rendererFactory = createRendererFactory({ redisPool, serverOptions, environmentOptions });
|
||||
|
||||
Reference in New Issue
Block a user