Compare commits

..

No commits in common. "master" and "v1.0.3" have entirely different histories.

View File

@ -55,7 +55,7 @@ func main() {
conf := config.GetConfig() conf := config.GetConfig()
// Reconfigure logging by config values // Reconfigure logging by config values
logger.ReconfigureLogging(conf) //logger.ReconfigureLogging(conf)
if runtime.GOOS == "windows" { if runtime.GOOS == "windows" {
cpuClkPeriod.Store(windowsCpuClkPeriod) cpuClkPeriod.Store(windowsCpuClkPeriod)