Hi,
I check a few related post regarding this question, and none of them provides a solution. Additionally it seems, there is no clear understanding on Isomorphic side why people need it in the first place.
We are planning to run SmartGWT application on JBoss. Just for reference, Jboss logging is based on log4j and it uses a centralize settings in Jboss's log4j.xml file. One of the benefits of it is that changes made in log4j.xml are applied without server restart, so admin may adjust log configuration on a fly. Another benefit is that regular log4j friendly application can be run without any internal log4j initialization/configurations.
Compact EAR/WAR SmartGWT based application provide none of the options above. At the same time Isomorphic suggestions on having log4j.isc.config.xml empty or remove it from class path at all do not work. SmartGWT logging simply dissappears.
So is there a work around for this issue?
Thanks,
Maksym
P.S.
Besides standard JBoss log4j settings, centralize log4j.xml has additional lines below that should allow to see SmartGWT messages
<category name="com.isomorphic">
<priority value="INFO" />
</category>
I check a few related post regarding this question, and none of them provides a solution. Additionally it seems, there is no clear understanding on Isomorphic side why people need it in the first place.
We are planning to run SmartGWT application on JBoss. Just for reference, Jboss logging is based on log4j and it uses a centralize settings in Jboss's log4j.xml file. One of the benefits of it is that changes made in log4j.xml are applied without server restart, so admin may adjust log configuration on a fly. Another benefit is that regular log4j friendly application can be run without any internal log4j initialization/configurations.
Compact EAR/WAR SmartGWT based application provide none of the options above. At the same time Isomorphic suggestions on having log4j.isc.config.xml empty or remove it from class path at all do not work. SmartGWT logging simply dissappears.
So is there a work around for this issue?
Thanks,
Maksym
P.S.
Besides standard JBoss log4j settings, centralize log4j.xml has additional lines below that should allow to see SmartGWT messages
<category name="com.isomorphic">
<priority value="INFO" />
</category>
Comment