Re: org.apache.myfaces.LOG_WEB_CONTEXT_PARAMS default to false?

2018-01-29 Thread Mike Kienenberger
That's the same kind of thing I'm seeing. Each of those lines are warnings, and the whole thing is prefixed with enough context to understand what's being logged and how to turn it off. INFO: Scanning for context init parameters not defined. It is not necessary to define them all into your

Re: org.apache.myfaces.LOG_WEB_CONTEXT_PARAMS default to false?

2018-01-29 Thread Thomas Andraschko
Not sure why you only see this but if you start a new project, without any context-parameters (which is valid and MyFaces is well preconfigured), the following will be logged: Jan 29, 2018 10:36:18 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication INFO: OpenWebBeans

Re: org.apache.myfaces.LOG_WEB_CONTEXT_PARAMS default to false?

2018-01-29 Thread Mike Kienenberger
I don't see all of the context parameters being logged. I only see the ones which haven't been set being logged. aka warnings. Jan 29, 2018 3:41:29 PM org.apache.myfaces.webapp.WebConfigParamsLogger logWebContextParams INFO: Scanning for context init parameters not defined. It is not necessary

org.apache.myfaces.LOG_WEB_CONTEXT_PARAMS default to false?

2018-01-29 Thread Thomas Andraschko
Hi, everytime i use a new JSF application, all context parameters of MyFaces are logged. This actually "hides" warnings or other errors and is very annoying. WDYT about setting it to false as default in 2.3? Regards, Thomas