##// END OF EJS Templates
integrations: fix logger name
marcink -
r647:a7631a42 default
parent child Browse files
Show More
@@ -36,7 +36,7 b' from rhodecode.lib.colander_utils import'
36 36 from rhodecode.integrations.types.base import IntegrationTypeBase
37 37 from rhodecode.integrations.schema import IntegrationSettingsSchemaBase
38 38
39 log = logging.getLogger()
39 log = logging.getLogger(__name__)
40 40
41 41
42 42 class HipchatSettingsSchema(IntegrationSettingsSchemaBase):
General Comments 0
You need to be logged in to leave comments. Login now