Compare commits

..

1 Commits

Author SHA1 Message Date
e646c49790 enable logging to file 2026-04-08 13:13:48 +03:00

View File

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