이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.