beremiz
Clone
Summary
Browse
Changes
Graph
Runtime web settings: fix punctuation and update CSS again
2023-11-22, Edouard Tisserant
dcc83e03d065
Runtime web settings: fix punctuation and update CSS again
#!/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"]