Thursday, February 14, 2013

Environment variables in log4j config

Today I discovered that log4j (at least, currently latest version in 1.2 family, 1.2.17) can use only java system properties (which are passed to java with -D).
Environment variables (those like PATH and GIT_SSH) can't be accessed in log4j config.

No comments:

Post a Comment