Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
Labels
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
Affects versions
Created 15 September 2020 at 00:47
Updated 2 May 2023 at 09:59
we can turn off debugging output
https://docs.lucee.org/reference/tags/setting.html#attribute-showdebugoutput
we can turn off logging for a section of a page
https://docs.lucee.org/reference/tags/processingdirective.html#attribute-executionlog
we can detect debug mode
https://docs.lucee.org/reference/functions/isdebugmode.html
but we can't disable saving a debug log, per request.
useful not to record logs from bots
long processing which may generate very large debug logs, which may sit around in memory
programatically decide which debug logs to save (i.e per session, or user etc)