Skip to content
Snippets Groups Projects
Commit 5bcdeff8 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component:

- removed unneeded INFO log messages from socketio server
parent 9c67ff65
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
......@@ -44,6 +44,7 @@ from .well_known_meta import register_well_known
LOG_LEVEL = get_log_level()
logging.basicConfig(level=LOG_LEVEL)
logging.getLogger('socketio.server').setLevel(logging.WARNING)
LOGGER = logging.getLogger(__name__)
wait_for_environment_variables([
......
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