[JBoss JIRA] (LOGMGR-67) Improve LogManager formatter capability: System resources, thread ID and minified category
by Jimmy Wilson (JIRA)
Jimmy Wilson created LOGMGR-67:
----------------------------------
Summary: Improve LogManager formatter capability: System resources, thread ID and minified category
Key: LOGMGR-67
URL: https://issues.jboss.org/browse/LOGMGR-67
Project: JBoss Log Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 1.3.2.Final
Environment: JBoss EAP 6.0.1
Reporter: Jeremy KUHN
Assignee: David Lloyd
Fix For: 1.3.2.Final
Hello,
We are currently developing a major JEE application running on multiple JBoss EAP 6.0.1 instances in a service oriented architecture.
The current implementation of JBoss-logmanager (1.3.2.Final) shipped with JBoss EAP doesn't provide the functionality we require in term of logging formatting.
We are missing:
- Thread ID (Thread names are too long and of different length that disturb the reading of logs)
- we haven't find a way to get the hostname displayed in the logs, a simple solution would be to be able to include System properties and therefore the jboss.host.name property in the pattern. System properties would also be interesting to identified the log coming from a specific application (we'll have one application deployed per JBoss instance). Ideally, we'd like to have the ability to provide a context name to know which application has logged the event but this seems to have been delivered with logging profiles.
- logback has this interesting feature that lets you minify the log category: instead of org.jboss.logmanager.config.ConfigAction you'll get o.j.l.c.ConfigAction which is more readable in the logs.
Regards
--
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
11 years, 8 months
[JBoss JIRA] (SECURITY-733) Session replication broken by NegotiationAuthenticator valve
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/SECURITY-733?page=com.atlassian.jira.plug... ]
Darran Lofthouse resolved SECURITY-733.
---------------------------------------
Resolution: Done
JBoss Negotiation makes use of a wrapper to intercept calls through the Valves to ensure the delegation credential is set - this was unfortunately hiding the Lifecycle implementation of the wrapped valve.
The code change now introduces an additional valve in the chain rather than completely wrapping the next valve - this makes the Lifecycle implementation visible.
> Session replication broken by NegotiationAuthenticator valve
> ------------------------------------------------------------
>
> Key: SECURITY-733
> URL: https://issues.jboss.org/browse/SECURITY-733
> Project: PicketBox
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Negotiation
> Affects Versions: Negotiation_2_2_2
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: Negotiation_2_2_3
>
>
> From an initial review of the code I believe this is because the ClusterSessionValve implements the Listener interface - however the wrapper class does not.
--
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
11 years, 8 months
[JBoss JIRA] (AS7-6963) EAP 6 Domain Mode Logging for Management is nonexistent.
by Tom Fonteyne (JIRA)
[ https://issues.jboss.org/browse/AS7-6963?page=com.atlassian.jira.plugin.s... ]
Tom Fonteyne commented on AS7-6963:
-----------------------------------
@Brian: the debug jar I did was only adding some System.out.println showing the variables passed into the LDAP searches + what (if any) things returned in it's resultset.
This RFE is really just to get diagnostic logging added to the management security classes, NOT just LDAP, but in general.
@Darran: cheers!
> EAP 6 Domain Mode Logging for Management is nonexistent.
> ---------------------------------------------------------
>
> Key: AS7-6963
> URL: https://issues.jboss.org/browse/AS7-6963
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Affects Versions: 7.1.2.Final (EAP), 7.1.3.Final (EAP), EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: Eric Rich
> Assignee: Darran Lofthouse
> Fix For: 8.0.0.Alpha1
>
> Attachments: jboss-as-domain-management-7.1.2.Final-redhat-1.jar, log_mgmt_auth_calls.txt
>
>
> When trying to diagnose LDAP or Admin Configuration issue in Domain mode there is currently no logging for any of the authentication information.
--
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
11 years, 8 months