RE: com.google.javascript.jscomp.PhaseOptimizer> <BEA-000000> <Skipping pas

John Joseph modifierades för 7 År sedan. New Member Inlägg: 5 Anslutningsdatum: 2015-12-02 Senaste inlägg
Hi Experts,

Can anyone please help me with the below:

I installed liferay DXP on weblogic. I am getting the following exception in my logs. liferay docs say that its a benign error, but it is really annoying and it is filling up the entire log,. Its hard to search for meaningful errors within the log. Has anyone faced this issue? Is there a way to disable it?

WARNING: Skipping pass checkMissingSuper
<Apr 4, 2019 2:27:55,521 PM CDT> <Warning> <com.google.javascript.jscomp.PhaseOptimizer> <BEA-000000> <Skipping pass checkMissingSuper>
Apr 04, 2019 2:27:55 PM com.google.javascript.jscomp.PhaseOptimizer$NamedPass process
INFO: pass supports: [ES3 keywords as identifiers, getters, reserved words as properties, setters, string continuation, trailing comma, array pattern rest, arrow function, binary literal, block-scoped function declaration, class, computed property, const declaration, default parameter, destructuring, extended object literal, for-of loop, generator, let declaration, member declaration, new.target, octal literal, RegExp flag 'u', RegExp flag 'y', rest parameter, spread expression, super, template literal, modules, exponent operator (**), async function, trailing comma in param list]
current AST contains: [ES3 keywords as identifiers, getters, reserved words as properties, setters, string continuation, trailing comma, array pattern rest, arrow function, binary literal, block-scoped function declaration, class, computed property, const declaration, default parameter, destructuring, extended object literal, for-of loop, generator, let declaration, member declaration, new.target, octal literal, RegExp flag 'u', RegExp flag 'y', rest parameter, spread expression, super, template literal, exponent operator (**), async function, trailing comma in param list, object literals with spread, object pattern rest]
thumbnail
Robert Lalyko modifierades för 7 År sedan. New Member Inlägg: 4 Anslutningsdatum: 2012-02-08 Senaste inlägg
Hi John Joseph,
 this is a config task. You can switch them off by setting the javascript.jscomp.PhaseOptimizer log level at the server logging config:


Platform Logger Levels:

com.google.javascript.jscomp.PhaseOptimizer=Error



That's all :-)

Kind regards,
Robert


...