> Hi,
> 
> For our project we decide to use cactus to run our tests again ELB-locaI
> interface. Sofar i haved successful configurated the cactus so that i can
> now run cactus tests and logging with log4j at both side(client/server).
> In my log4j.properties on the server side i set the default log-level to
> INFO with log4j.rootCategory=INFO, cactus. The problem is: when i run
> tests only the log-info"XXX" with cactus.info("XXX") are wrote into
> cactus_server.log, the Test"YYY" in cactus.error("YYY") are not found
> anywhere in cactus_server.log.
> 
> The test seems like this:
>       try {
>                cactus.info("test begin");
>                hier are some tests;
>                cactus.info("test successful");
>            }
>            catch (Exception e) {
>          cactus.error("exception occur in test");
>            }
> 
> Could anyone tell me why?
> 
> Thanks,
> Peng Li
> EDS Operations Services GmbH
> Germany
> Mail to: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to