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 per log_format?
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to