track debugging state per pageContext rather than just in config

Description

debugging is tracked in config, lot's of .getConfig.getDebug() checks

https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/config/ConfigImpl.java#L690

let’s track the initial debugging state in pageContext, that way we can toggle it dynamically per request or ignore it in child threads when log threads for debug isn’t enabled

Activity

Show:

Details

Assignee

Reporter

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

Priority

Created 10 January 2022 at 23:11
Updated 1 July 2023 at 15:37