[
https://issues.jboss.org/browse/AS7-2265?page=com.atlassian.jira.plugin.s...
]
David Lloyd edited comment on AS7-2265 at 10/30/11 10:47 AM:
-------------------------------------------------------------
Here's a good approach: open an enhancement request in the LOGMGR project for a
script-consumable log format which could flatten multiline messages with an alternative
delimiter.
Edited - accidentally put LOGTOOL rather than LOGMGR, my mistake.
was (Author: dmlloyd):
Here's a good approach: open an enhancement request in the LOGTOOL project for a
script-consumable log format which could flatten multiline messages with an alternative
delimiter.
multi-line log output makes munging logs difficult
--------------------------------------------------
Key: AS7-2265
URL:
https://issues.jboss.org/browse/AS7-2265
Project: Application Server 7
Issue Type: Enhancement
Components: EJB
Affects Versions: 7.1.0.Alpha1
Environment: jboss-as-7.1.0.Alpha2-SNAPSHOT, java-1.6.0-openjdk, Fedora 14
Reporter: Rich Lucente
Assignee: Carlo de Wolf
Priority: Minor
Labels: eap6-ux
Fix For: Open To Community
Multi-line log entry, as shown below, complicates use of scripts to munge the log.
15:50:30,986 INFO
[org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC
service thread 1-4) JNDI bindings for session bean named MemberRegistration in deployment
unit subdeployment "multi-ejb-0.0.1-SNAPSHOT.jar" of deployment
"multi-ear.ear" are as follows:
java:global/multi-ear/multi-ejb-0.0.1-SNAPSHOT/MemberRegistration!org.jboss.as.quickstarts.example.qs.controller.MemberRegistration
java:app/multi-ejb-0.0.1-SNAPSHOT/MemberRegistration!org.jboss.as.quickstarts.example.qs.controller.MemberRegistration
java:module/MemberRegistration!org.jboss.as.quickstarts.example.qs.controller.MemberRegistration
java:global/multi-ear/multi-ejb-0.0.1-SNAPSHOT/MemberRegistration
java:app/multi-ejb-0.0.1-SNAPSHOT/MemberRegistration
java:module/MemberRegistration
15:50:30,991 INFO [org.jboss.weld] (MSC service thread 1-5) Starting Services for CDI
deployment: multi-ear.ear
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira