I am trying to change the log level of vui logs which are used in content workspaces in WEM 8.5.1
Actually I am customising workflow task and syntax syntax error but I didn't find any and now have to change the log level.
Anyone has any idea from where we can change the log level which are used in the JS file.
This code snippet is from the logging.js file which is used by vExt JS.
var vuiLog;
vuiLog = function() {
// Debug = 1, Info = 2, Warning = 3, Error = 4, Critical = 5
Any help would be really appreciated.