Our current setup of coldfusion 8 is on apache + jrun . The log file generated by jrun is very high and seems to show details of every request in a verbose mode.
I see that my case is very similar to <http://www.houseoffusion.com/groups/cf-linux/thread.cfm/threadid:1122> http://www.houseoffusion.com/groups/cf-linux/thread.cfm/threadid:1122 My logs look similar to [Fri May 13 17:58:44 2011] [notice] jrApache[7365: 46824] HOST: <http://www.host.com> www.host.com [Fri May 13 17:58:44 2011] [notice] jrApache[7365: 46824] filtering /star.gif (/var/www/html/star.gif) HOST=www.host.com [Fri May 13 17:58:44 2011] [notice] jrApache[7365: 46824] filterRequest: no match [Fri May 13 17:58:44 2011] [notice] jrApache[7365: 46824] jrun_service: r is 0x7303b6b8, server is 0x6fda1b70, virtual 1 [Fri May 13 17:58:44 2011] [notice] jrApache[7365: 46824] jrun_service: no handler, return DECLINED I noticed that the logs were of the following pattern - {date MM/dd HH:mm:ss} [NOTICE] {log.message}{log.exception} , did not notice keywords relating to {log.level} i.e. information , error , debug, warning, debug, metrics I tried decreasing the log level in the jrun.xml by setting attributes of errorEnabled - false, warningEnabled - false, infoEnabled - false and debugEnabled - false. Also tried to separate the log file into multiple file as per events like below, but logs go to default.log * default-info.log * default-error.log * default-warning.log * default-debug.log * default-metrics.log I also tried commenting out ConsoleLogEventHandler service and ThreadedLogEventHandler service block completely from the jrun.xml, no luck. I also disabled metrics. I have no clue from how and why logs are generated provided that I have decreased the log level to nothing as given above. Is there some clue from the '[NOTICE]' being present in all the every log statement ? Does someone have an idea on this? Yes I did restart jrun after making changes to the jrun.xml Thanks Pradeep ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346979 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

