<div dir="ltr">Hi,<div><br></div><div>I need very simple thing. I need to put any logs from file appender to the file in application directory, where jar is located. (this is Java desktop application). If I define it explicitly it works:</div><div><br></div><file>C:\logname.log</file><div><br></div><div>but this does not work</div><div><br></div><div><file>logname.log</file></div><div><br></div><div>I know I can pass some variable to java interpreter and use it as ${LOGHOME} and then use it like</div><div><br></div><div><file>${LOGHOME}/logname.log</file><br></div><div><br></div><div>but it is really needed? Thanks, Martin</div></div>