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

WebUI component:

- testing session management
parent e087349c
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
......@@ -46,7 +46,7 @@ def process_descriptors(descriptors):
descriptor_loader = DescriptorLoader(descriptors)
results = descriptor_loader.process()
for message,level in compose_notifications(results):
LOGGER.warning('notification level={:s} message={:s}'.format(str(level), str(message)))
if level == 'error': LOGGER.warning('ERROR message={:s}'.format(str(message)))
flash(message, level)
@main.route('/', methods=['GET', 'POST'])
......
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