kopia lustrzana https://github.com/cyoung/stratux
Set logfiles for non-FlightBox installations
rodzic
f40ae217bf
commit
e5a6046660
|
@ -1204,6 +1204,9 @@ func main() {
|
||||||
globalStatus.HardwareBuild = "FlightBox"
|
globalStatus.HardwareBuild = "FlightBox"
|
||||||
debugLogf = debugLog_FB
|
debugLogf = debugLog_FB
|
||||||
dataLogFilef = dataLogFile_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")
|
// replayESFilename := flag.String("eslog", "none", "ES Log filename")
|
||||||
|
|
Ładowanie…
Reference in New Issue