﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17358	Switch to arg-style logging instead of string interpolation	Steve Pulec	nobody	"Change all logging from this

logger.warning(""This is a %s"" % var)

to

logger.warning(""This is a %s"", var)"	Cleanup/optimization	closed	Core (Other)	1.3	Normal	fixed	logging		Ready for checkin	1	0	0	0	0	0
