-
Task
-
Resolution: Done
-
Major
-
None
-
None
Currently the short host name pattern, %h, is documented as allowing the a precision argument to be added. This should not be allowed and the short host should only be the first segment of the host.
The qualified host name pattern, %H, indicates the precision is done left to right just like a log category or class name. However in general a host name is the opposite direction and thus should be segmented from right to left instead. For example given the host name developer.jboss.org and a pattern of %H{1}:
org
developer
- is blocked 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
- relates to
-
LOGMGR-204 Short host name format yields last part of name instead of first part
- Resolved
-
LOGMGR-206 Qualified host name should use right based precision instead of left
- Resolved