Skip to content
Snippets Groups Projects
Commit c2ef4620 authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Fixing log level

parent 22282375
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!97Optical cybersecurity scenario
...@@ -21,10 +21,7 @@ from prometheus_client import Counter ...@@ -21,10 +21,7 @@ from prometheus_client import Counter
from common.proto.asyncio.optical_attack_detector_grpc import \ from common.proto.asyncio.optical_attack_detector_grpc import \
OpticalAttackDetectorServiceStub OpticalAttackDetectorServiceStub
from common.proto.asyncio.optical_attack_detector_pb2 import DetectionRequest 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__) LOGGER = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment