﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
245	Explain how (not to) use quotes in log format for log monitoring	rainer	rainer	"Explain that the log format should not be surrounded by quotes, and that quotes within should not be escaped. Wrong:
{{{
LogmonWatch = APACHE:/var/log/apache/access.log:""%h %l %u %t \""%r\"" %>s %b \""%{Referer}i\""""
}}}
Correct:
{{{
LogmonWatch = APACHE:/var/log/apache/access.log:%h %l %u %t ""%r"" %>s %b ""%{Referer}i""
}}}"	defect	closed	major	2.8.4	main		fixed		
