| Summary: | rules-camel-cbr SwitchYard quickstart does not write logging information to console or server log | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Examples | Assignee: | Keith Babo <kbabo> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Pechanec <jpechane> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | soa-p-jira |
| Target Milestone: | ER7 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Verified in ER7 Keith Babo <kbabo> updated the status of jira SWITCHYARD-1791 to Closed |
Description of problem: The logging statements in the quickstart to not actually generate any user-visible output. The tests are run without having to deploy the quickstart to the server - I'm guessing that the logging code was copied from other quickstarts which are actually deployed to the server. To have the quickstart create user-visible output, we can either change the logging statements to println's, or add this to the Red/Green/BlueServiceBean classes: BasicConfigurator.configure(); LOGGER.setLevel(Level.INFO); Version-Release number of selected component (if applicable): ER6 How reproducible: 100% Steps to Reproduce: 1. Run the quickstart 2. 3. Actual results: Expected results: Additional info: