Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Java

Journal Journal: Maven Logging Properties

Just a quick note about setting Maven logging preferences. Useful for maintaining separate logging.properties files. In this case a simple configuration for deployment with all logging set on WARNING and a local debugging configuration with more detail on a fine grain package by package basis.

-Djava.util.logging.config.file=${build.testOutputDirectory}/logging.properties

Slashdot Top Deals

Never ask two questions in a business letter. The reply will discuss the one you are least interested, and say nothing about the other.

Working...