Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/485#discussion_r107142820
--- Diff:
rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/CatalogResource.java
---
@@ -106,6 +152,7 @@ public Response create(String yaml) {
try {
items = brooklyn().getCatalog().addItems(yaml);
} catch (Exception e) {
+ e.printStackTrace();
--- End diff --
Should log this properly, rather than to stdout.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---