implement log level settings from application layer
This commit is contained in:
parent
523aff3067
commit
7faf57602b
@ -190,7 +190,8 @@ define([
|
|||||||
channel,
|
channel,
|
||||||
config.initialState || '',
|
config.initialState || '',
|
||||||
{
|
{
|
||||||
transformFunction: config.transformFunction
|
transformFunction: config.transformFunction,
|
||||||
|
logLevel: typeof(config.logLevel) !== 'undefined'? config.logLevel : 1
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user