[
https://issues.jboss.org/browse/JBLOGGING-84?page=com.atlassian.jira.plug...
]
David Lloyd commented on JBLOGGING-84:
--------------------------------------
Unfortunately this won't really solve anything, since not every application and
framework will log through JBoss Logging. Even if this were changed both here and in the
log manager itself, libraries which do i18n logging via log4j and applications loading
resource bundles (for whatever purpose) will still use the default locale. It is a far
more effective, and simpler, solution to just set the system locale before booting the
server.
Configurable default Locale for Logger#getMessageLogger()
---------------------------------------------------------
Key: JBLOGGING-84
URL:
https://issues.jboss.org/browse/JBLOGGING-84
Project: JBoss Logging
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Michael Locher
Assignee: David Lloyd
Please make the Locale for org.jboss.logging.Logger#getMessageLogger configurable (e.g.
via a system property).
Use Case:
Having different locales for 'application code' which is deployed in JBAPP
(specified as JVM default at startup and available via Locale.getDefault()) and the locale
for logging of JBAPP.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira