Loading src/opticalattackmanager/utils/monitor.py +0 −3 Original line number Diff line number Diff line Loading @@ -21,10 +21,7 @@ from prometheus_client import Counter from common.proto.asyncio.optical_attack_detector_grpc import \ OpticalAttackDetectorServiceStub from common.proto.asyncio.optical_attack_detector_pb2 import DetectionRequest from common.Settings import get_log_level log_level = get_log_level() logging.basicConfig(level=log_level) LOGGER = logging.getLogger(__name__) Loading Loading
src/opticalattackmanager/utils/monitor.py +0 −3 Original line number Diff line number Diff line Loading @@ -21,10 +21,7 @@ from prometheus_client import Counter from common.proto.asyncio.optical_attack_detector_grpc import \ OpticalAttackDetectorServiceStub from common.proto.asyncio.optical_attack_detector_pb2 import DetectionRequest from common.Settings import get_log_level log_level = get_log_level() logging.basicConfig(level=log_level) LOGGER = logging.getLogger(__name__) Loading