|
Re: Overwrite Logging Settings [message #1750637 is a reply to message #1750450] |
Fri, 23 December 2016 14:33   |
|
Hi Vlad,
these messages are generated during adapter injection. They can actually be turned off by setting the AdapterInjectionSupport#LoggingMode to PRODUCTION. This can be done within your module by overriding MvcFxModule#enableAdapterMapInjection() and installing a differently configured AdapterInjectionSupport as follows: @Override
protected void enableAdapterMapInjection() {
install(new AdapterInjectionSupport(AdapterInjectionSupport.LoggingMode.PRODUCTION));
}
When set to PRODUCTION, only errors are reported, but warnings and info-messages are suppressed.
Best regards,
Matthias
|
|
|
|
Powered by
FUDForum. Page generated in 0.02215 seconds