beremiz
Clone
Summary
Browse
Changes
Graph
Fixed pyro timeout for runtime, was set too short and runtime was disconnecting when building PLC
2018-02-12, Edouard Tisserant
ed95aa627647
Fixed pyro timeout for runtime, was set too short and runtime was disconnecting when building PLC
#!/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"]