[
https://issues.apache.org/activemq/browse/SMX4-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50242#action_50242
]
Freeman Fang commented on SMX4-233:
-----------------------------------
just found JDK logging by default console output to stderr (file descriptor2)
but not stdout (file descriptor1) , I believe that's why pax logging can't
capture the console output of JDK logging
run "./servicemix > result.txt" still can see
Mar 6, 2009 2:17:07 PM org.apache.cxf.bus.spring.BusApplicationContext
getConfigResources
INFO: No cxf.xml configuration file detected, relying on defaults.
on the console
run "./servicemix &> result.txt" then we can redirect the output to result.txt.
> CXF logs message to console on first start
> ------------------------------------------
>
> Key: SMX4-233
> URL: https://issues.apache.org/activemq/browse/SMX4-233
> Project: ServiceMix 4
> Issue Type: Improvement
> Affects Versions: 4.0-m2
> Reporter: Chris Custine
> Assignee: Freeman Fang
> Attachments: patch.txt
>
>
> I get the following message printed to the console on first start. The
> message is normal, but it may be confusing for first time users when they
> first run SMX4. It would be nice to figure out how to suppress this message
> just to keep the startup clean.
> s...@root:/> Feb 25, 2009 7:17:26 PM
> org.apache.cxf.bus.spring.BusApplicationContext getConfigResources
> INFO: No cxf.xml configuration file detected, relying on defaults.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.