beremiz
Clone
Summary
Browse
Changes
Graph
Add Docker files to build containers to run automated tests
2019-03-18, Andrey Skvortsov
8f8735f558c7
Add Docker files to build containers to run automated tests
#!/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"]