The amount of log entries in the DME logs is controlled by JBoss through a file called jboss-log4j.xml
, which is located in the conf
directory on the server. By default, the file is configured to append all messages to the file server.log
, and to show them here in the DME web interface. If the option Only show info messages is enabled in the Server configuration > Data setup panel, only messages with a severity above INFO are displayed in the interface, but all messages logged in the server log file.
You can configure the log4j
file to filter out or include various messages. In the following, we go through two examples.