content.py#Wildcard#accepts is too noisy
Brought to you by:
pabigot
the lines
789: if not isinstance(value, basis._TypeBinding_mixin):
790: print 'NOTE: Created unbound wildcard element from %s' % (value_desc,)
can't be calmed by any log config. Could you change that to a logging statement or even remove it?
Many thanks for this great library.
As of the following commit, Jon Foster's patch to use Python's logging module has been integrated along with additional changes to refine clean up the logging throughout PyXB. That message is now an info-level log message so will not show up with the default logging level.
commit 086e3fa4b17c41bbc5adc0227c11b5e41ea526e4
Author: Peter A. Bigot <pab@‌>
Date: Sun Aug 26 11:04:42 2012 -0500