implement log level settings from application layer
This commit is contained in:
@@ -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
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user