beremiz
Clone
Summary
Browse
Changes
Graph
#2486 Fix if protocol, register options are not present in wapmconf.json file.
#2486
2018-04-11, dporopat
8fd73c6c8aa9
#2486 Fix if protocol, register options are not present in wapmconf.json file.
#!/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"]