此内容没有您所选择的语言版本。
C.2. Separate Log Files Per Application
To segregate logging output per application, assign log4j categories to specific appenders. This is typically done in the
conf/log4j.xml
deployment descriptor.
Example C.2. Filtering App1 Log Output to a Separate File
Example C.3. Using TCLMCFilter
Enterprise Platform 5.1 includes the new class
jboss.logging.filter.TCLMCFilter
, which allows you to filter based on the deployment URL.