Chapter 5. Logging
5.1. Logging 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
JBoss Enterprise BRMS Platform features logging functionality is provided by
log4j
.
The configuration included in the
WAR
, WEB-INF/classes/log4j.xml
, sends all messages to STDOUT
. When deployed to the production
server profile, the log messages are appended to the server log file, PROFILE/log/server.log
. When deployed to the default
server profile, these messages are displayed on the server console.