> > I'm using the SUDS client to connect. Anyone have any idea where to > start on this one?
i'm guessing that the logger might have something to do with it. pymel sets up at least one logger (can't remember offhand if it's the root logger) to print to the script editor, and maybe JIRA's logger is inheriting this. either that or JIRA is setting changing the verbosity of the logger. you can try editing pymel.conf to change the logger settings, or use the logging module to get more control. -chad -- http://groups.google.com/group/python_inside_maya
