etl - Logging with scriptella -


does know how instruct scriptella log catalina log should 1 write in etl.xml enable logging?

scriptella using standard ju logging mechanism. if want see log messages of scriptella in catalina.out, easiest solution append following line conf/logging.properties file of tomcat installation:

scriptella.level=fine 

by default level.info messages printed. see using java.util.logging


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -