It seems like a rather simple question that should be easily answerable by Google, but surprisingly I could not find the necessary information.
Currently, JBoss error messages are displayed in German in my Eclipse Console. I would like them to be in the original English to be better able to google for them.
How can I do that?
We are using JBoss Enterprise Application Server 6 and Eclipse Indigo Service Release 1.
Note: You need not restart the site for JBoss to pick up these changes. To change log levels as a root user, perform the following: To enable debug logging, run the following command: /subsystem=logging/root-logger=ROOT:change-root-log-level(level=DEBUG)
“Wildfly is the upstream project JBoss EAP is built on,” said James Falkner, technical product manager for Red Hat Runtimes. “A lot of new features that end up in JBoss EAP start their lives in WildFly.” JBoss AS version 7 — which supported Java EE 6 — was the last official JBoss AS release.
Logging is controlled from a central conf/jboss-log4j. xml file. This file defines a set of appenders specifying the log files, what categories of messages should go there, the message format and the level of filtering. By default, JBoss produces output to both the console and a log file ( log/server. log ).
Adding -Duser.language=en
to the VM arguments does the trick:
In Eclipse:
"Window - Preferences - Java - Installed JREs"
Choose a JRE
"Edit..."
Default VM Arguments: -Duser.language=en
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With