We would like to trace all activity on org.hibernate.type category post application startup, since we would like to avoid all trace logs during application startup time (as it takes a long time).
Note: Currently jboss6/server/default/deploy/jboss-logging.xml contains a TRACE for org.hibernate.type category.
Is it possible to enable this post startup in a programmatic fashion?