beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: fix reload when updating configuration through web setting page.
14 months ago, Edouard Tisserant
813dd19c04e1
WAMP: fix reload when updating configuration through web setting page.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]