Hi,
If a visitor to our site (or a bot), visits a URL and adds a non-existent module name/route after the module separator (:), the handlerService.cfc (coldbox/system/web/services) logs an error (see line 277):
instance.log.error( “Invalid Module Event Called: #arguments.event#. The module: #moduleReceived# is not valid. Valid Modules are: #structKeyList(moduleSettings)#” );
I’m curious if there is a way to turn this off (without modifying the core coldbox code) since this error is polluting our database error logs with erroneous module requests. I will admit that I don’t understand logBox well enough to know if there is a simple way to do so from the coldbox configuration cfc.
Thanks for any help,
Jamie