Hi All, java.util.logging is really getting me down - I never really paid much attention to it because I've always used log4j in the past, but it looks like it can't do things like change the format of the logs using a config file, do mapped diagnostic contextes, etc..
Does anyone have any issue with adding log4j as a dependency and using it to configure log output via slf4j-jcl? (commons logging auto-configures itself to use log4j as long as the jar is in the classpath). I know we're trying to trim out dependencies, but in this case I think it's useful, at least in the context of the command-line utilities. I don't think it needs to be in the job files. Drew