As the title implies how can I create a new log file for each application run ? I know how to do it for minute/hour/etc. but not for app. run
There is what I have fo
archiveOldFileOnStartup="true" archiveNumbering="Rolling" deleteOldFileOnStartup="true"
Will archive the existing file and delete it. So you always end up with a new file.