Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerNew 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
Sprint
NonePriority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerNew 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
Sprint
None
Priority
Created 21 March 2021 at 17:42
Updated 29 September 2022 at 10:16
Resolved 5 August 2022 at 18:10
anything run in a thread is invisible to debugging
https://github.com/lucee/Lucee/blob/5.3/core/src/main/java/lucee/runtime/PageContextImpl.java#L591
due to the possible large number of threads, this needs to be filterable, as it easily can blow out the debug log cache just with processing 10000 items
opt in, as a debug option, with a minimum execution time to log? or just merge into parent debugging logs?