Merge pull request #438 from AvSquirrel/logging-fix-20160607

Bug fix for logging
pull/494/head
cyoung 2016-06-07 20:39:20 -04:00
commit 1b02ce3611
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1204,6 +1204,9 @@ func main() {
globalStatus.HardwareBuild = "FlightBox"
debugLogf = debugLog_FB
dataLogFilef = dataLogFile_FB
} else { // if not using the FlightBox config, use "normal" log file locations
debugLogf = debugLog
dataLogFilef = dataLogFile
}
// replayESFilename := flag.String("eslog", "none", "ES Log filename")