Skip to content

Commit

Permalink
fixed the loghandler
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenmaelbrancke committed Jul 30, 2018
1 parent fe36a76 commit 766276e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from ovs.dal.hybrids.service import Service
from ovs.extensions.generic.sshclient import SSHClient
from ovs.extensions.services.servicefactory import ServiceFactory
from ovs.log.log_handler import LogHandler
from ovs.extensions.generic.logger import Logger
from ..helpers.ci_constants import CIConstants


Expand All @@ -26,7 +26,7 @@ class ServiceHelper(CIConstants):
ServiceHelper class
"""

LOGGER = LogHandler.get(source="setup", name="ci_service_setup")
LOGGER = Logger("setup-ci_service_setup")
SERVICE_MANAGER = ServiceFactory.get_manager()

@staticmethod
Expand Down

0 comments on commit 766276e

Please sign in to comment.