Skip to content

Commit

Permalink
#9411 Improving logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nollymar committed Jan 17, 2019
1 parent 8c180bc commit f7968d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotCMS/src/main/java/com/dotcms/rest/ContentResource.java
Expand Up @@ -577,7 +577,7 @@ private String getXML(final List<Contentlet> cons, final HttpServletRequest requ
addRelationshipsToXML(request, response, render, user, depth, contentlet,
getContentXML(contentlet, request, response, render, user))));
} catch (Exception e) {
e.printStackTrace();
Logger.error(this, "Error generating content xml: " + e.getMessage(), e);
}
});

Expand Down

0 comments on commit f7968d7

Please sign in to comment.