Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Jonathan van Zuijlekom
Jonathan van ZuijlekomPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 7 April 2016 at 12:56
Updated 22 April 2016 at 15:51
Resolved 22 April 2016 at 15:39
When using the same filename in cflog but in different web contexts, the log output is written to the last used logfile, which could be in another web context.
The problem is that in Log.java, the log files are cached in FileLogPool with the filename as key. it should use the complete path to the file.