I’m getting an error from the HandlerService.cfc and I’d like to see the logs that it’s making, like this one:
// Invalid Event Detected, log it in the Application log, not a coldbox log but an app log
instance.log.error( “Invalid Event detected: #arguments.event#. Path info: #cgi.path_info#, query string: #cgi.query_string#” );
The comment says it’s using the application log, but when I check ColdFusion2016\cfusion\logs\application.log there is no message there. Is it putting it somewhere else? How can I view this log?