Hi, I've got small problem while using log4cxx and RollingFileAppend. My app is logging using log4cxx and RollingFileAppender. After app starts it logs into file eg. test.log - file name is taken from properties file via PropertyConfigurator. While my app is running (and logging) i do something else on my pc and i change current directory to other (not apps) directory and when file test.log reach size larger tham maxfilesize defined in properties logger rollover file and starts logging in file test.log but NOT in app directory but in currect directory. This behaviour is a little unexpected (IMHO). Is any chance that this will change in future? reggards Seba
|