Customer Portal

Comments 3

  • Avatar
    mzatopek
    0
    Comment actions Permalink
    Check out the log4j.properties file in the cloveretl.engine.jar, which is part of a clover binary distribution.
  • Avatar
    elouan
    0
    Comment actions Permalink
    Thank you, I was looking for the file properties inside the log4j.zip and this is why it doesn't work.

    thank you very much mzatopek
  • Avatar
    elouan
    0
    Comment actions Permalink
    I have trouble with log4j, it seems that the log4j.properties is not using by clover.
    I modificate it like that :


    log4j.rootLogger=INFO,LOG

    log4j.appender.LOG=org.apache.log4j.RollingFileAppender
    log4j.appender.LOG.File=data/log/log.txt

    log4j.appender.LOG.layout=org.apache.log4j.PatternLayout
    log4j.appender.LOG.layout.ConversionPattern=%d{dd-MM@HH:mm} - %m%n


    Is anyone have any ideas ?

    thanks in advance.

Please sign in to leave a comment.