-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Currently if precision is used to remove segments from a qualified host name the names are removed from left to right as they are with the category or class name. However host names are generally reversed and should be truncated from right to left. For example given the host name logmanager.jboss.org and the pattern %H{1} the resulting host name should be logmanager not org.
This does in a sense break compatibility however it feels it was a bug that it even trimmed from the left. If desired there is a workaround too with a pattern like %.-3H if you wanted the org part of the host name.
- is incorporated by
-
WFCORE-4151 Upgrade jboss-logmanager from 2.1.4.Final to 2.1.5.Final
- Resolved
-
JBEAP-15600 Upgrade jboss-logmanager from 2.1.4.Final to 2.1.5.Final
- Closed
- is related to
-
WFLY-11109 Fix PatterFormatter documentation for host name pattern
- Closed
- relates to
-
LOGMGR-204 Short host name format yields last part of name instead of first part
- Resolved