log4j appender relative to the path of my maven project -


i'm trying define log4j appender saved in current maven project (for dev only). not want appender end in deployed webapp, in actual maven project, next sources, regardless of webapp deployed (locally of course).

i have tried various maven (and non-maven) variables no luck.

is there variable i'm missing simply? appreciated. thanks.

have tried putting ${basedir} or ${basedir}/target logfile location in log4j.properties? should filtered during build.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -