tsgrp / OpenContent

TSG's Web Services for ECM Repositories
8 stars 4 forks source link

Centralizing OC Logging #73

Open mikeblum opened 8 years ago

mikeblum commented 8 years ago

For a recent deployment, we're seeing some interesting logging with the catalina.out vs the oc* (debug, info, and error) Could we modify the log4j.properties to at least put all logs into the tomcat logs/ directory? Its confusing to clients where to look for errors/logging.

gsteimer commented 8 years ago

@mikeblum I think you should be able to override the log4j.properties file in your project. The problem with making this the default is that not all clients use Tomcat. Some use WebLogic, WebSphere, etc.