Hello, I just noticed that in 13.1 SmartClient will use log4j2. Now we're using it via slf4j, so we're starting tomcat with these options:
will it possible to have, on the same server, applications using that configuration and others with 13.1 using directly log4j2 ? It would facilitate the migration.
Code:
-DiscUseSlf4j=true -DiscUseLog4jConfig=false
Comment