On Wed, 1 May 2013 00:10:44 -0400 Anil wrote: > I've enabled the highest log level in the records.config file. snip > 409 CONFIG proxy.config.log.logging_enabled INT 3 snip
Hi Anil, That key is for traffic logging -- To turn on debug logging: CONFIG proxy.config.diags.debug.enabled INT 1 CONFIG proxy.config.diags.debug.tags STRING debug_tag Check out http://trafficserver.apache.org/docs/trunk/sdk/troubleshooting-tips/unable-to-debug-tags.en.html for more details and a list of possible debug tags. --Uri
