Chapter 5. Logging
5.1. Logging Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
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.