Customer Portal

How to log execution of a graph in a log file

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    all logging messages are sent through log4j interface, which is pretty nice configurable. The cloveretl.engine.jar contains default configuration file log4j.properties. Which can be easily substituted via -logcfg command line argument. In the configuration file you can specify whole list of so called 'logging appenders', which specifies destinations for logging messages (ConsoleAppender is default). The log4j is really powerful tool with sophistic filtering and so on. More infomation can be found at http://logging.apache.org/log4j/1.2/index.html

Please sign in to leave a comment.