Adam Cameron
something.log
, and I want to set its log level to be "ERROR", so that any writeLog
calls to it on a lower logging level don't log.
All I can find is a global entry in `/opt/coldfusion/cfusion/lib/neo-logging.xml`:
<var name='priority'><string>information</string></var>
However I don't see how to set that in the CFAdmin UI. But even then, I don't want the global setting, I want to set it on a specific log.Adam Cameron
drewnathanson
08/11/2022, 2:26 PMrodel30
08/11/2022, 7:51 PMwriteLog
can specify the log level. My understanding of what Adam is after is a way to discard any log calls (via writeLog
or cflog
) that are below a specified threshold on a per log file basis.