RE: viewing remote logfile over SSH using Chainsaw

2005-07-18 Thread Rami Abramson
We have all the required dependencies and the "known_hosts" seems not to be the problem. Nevertheless, here's the Chainsaw execution which has an error in the end (after the printout the lines that contain the username/password etc where changed for security reasons): === D:\dev\tools\log

RE: Apache Commons Collection - CompositeConfiguration

2005-07-18 Thread Mark Womack
Well, if CompositeConfiguration supports getting a Properties object to represent the configuration settings, then you could plug it into the PropertyConfigurator through doConfigure(Properties, LoggerRepository) pretty easily. Though there is no way to do automatic, default configuration (ie a si

Apache Commons Collection - CompositeConfiguration

2005-07-18 Thread Moran Ben-David
Hi. I am looking to configure Log4J in my app to use a composite configuration (one based on multiple files). Has anyone done this before? (I searched the list and didn't find any mention of it.) Am I correct in wanting to extend through org.apache.log4j.config to do this? Does anyone h

Re: Log4J: System.out and System.err

2005-07-18 Thread James Stauffer
I think cvs has an example class for capturing system out and err. I know I have seen an example somewhere. I think -Dlog4j.debug=true always generates output to system out. Besides that I am not sure what else would go to system out (unless using a ConsoleAppender). On 7/14/05, Mike Wannamaker