##// END OF EJS Templates
integrations: reduce logging on override integration from warn to debug.
marcink -
r2476:cfcc1437 default
parent child Browse files
Show More
@@ -30,7 +30,7 b' class IntegrationTypeRegistry(collection'
30 def register_integration_type(self, IntegrationType):
30 def register_integration_type(self, IntegrationType):
31 key = IntegrationType.key
31 key = IntegrationType.key
32 if key in self:
32 if key in self:
33 log.warning(
33 log.debug(
34 'Overriding existing integration type %s (%s) with %s' % (
34 'Overriding existing integration type %s (%s) with %s' % (
35 self[key], key, IntegrationType))
35 self[key], key, IntegrationType))
36
36
General Comments 0
You need to be logged in to leave comments. Login now