Disable access log escaping

2013-07-03 Thread Calin Don
Hi, I'm using a module which sets some data formated as json to a variable. I'm trying to log this variable using the access log, but the content is escaped. I'm getting something like {\x22foo\x22:\x22bar\x22} instead of {'foo':'bar'}. Is there a way to disable the escaping per access_log or

Re: Disable access log escaping

2013-07-03 Thread Francis Daly
On Wed, Jul 03, 2013 at 10:54:15PM +0300, Calin Don wrote: Hi there, I'm using a module which sets some data formated as json to a variable. I'm trying to log this variable using the access log, but the content is escaped. I'm getting something like {\x22foo\x22:\x22bar\x22} instead of