Hi Isomorphic,
We are migrating our application's logging from Log4j to Log4j2. We've been able to successfully reroute SmartGWT logging to Log4j2 per your documentation (https://www.smartclient.com/smartgwt...erLogging.html) and reconfigure appropriately.
However, we would ideally like to avoid requiring existing customers to configure the two VM arguments (-DiscUseSlf4j=true, -DiscUseLog4jConfig=false). Is there any other way to set those properties for redirecting logging? Perhaps through, or at the level of, server.properties?
Thanks
We are migrating our application's logging from Log4j to Log4j2. We've been able to successfully reroute SmartGWT logging to Log4j2 per your documentation (https://www.smartclient.com/smartgwt...erLogging.html) and reconfigure appropriately.
However, we would ideally like to avoid requiring existing customers to configure the two VM arguments (-DiscUseSlf4j=true, -DiscUseLog4jConfig=false). Is there any other way to set those properties for redirecting logging? Perhaps through, or at the level of, server.properties?
Thanks
Comment