Add Functionality to Capture Logs to File #129

Lezárt
megnyitva 2019-03-05 00:12:17 +00:00 sarah által · 3 hozzászólás
Tulajdonos

We are starting to receive reports from different systems with different setups and having a standard away to parse logs is becoming necessary.

We are starting to receive reports from different systems with different setups and having a standard away to parse logs is becoming necessary.
Tulajdonos
tracking in https://git.openprivacy.ca/openprivacy/libricochet-go/issues/67
dan A hibajegy hozzá lett adva a 0.3.2 mérföldkőhöz 2019-12-18 22:41:56 +00:00
Tulajdonos

main.go - 39

if runtime.GOOS == "windows" {
		filelogger, err := log.NewFile(log.LevelInfo, "cwtch_log.txt")
		if err == nil {
			log.SetStd(filelogger)
		}
	}

we have the ability and do on windows. should add a command line switch for it

main.go - 39 ``` if runtime.GOOS == "windows" { filelogger, err := log.NewFile(log.LevelInfo, "cwtch_log.txt") if err == nil { log.SetStd(filelogger) } } ``` we have the ability and do on windows. should add a command line switch for it
Tulajdonos

--logFile added

--logFile added
dan closed this issue 2020-11-13 20:45:24 +00:00
Ez a tároló archiválva van. Nem szólhat hozzá ehhez a problémához.
Nincs mérföldkő
Nincsenek megbízottak
2 Résztvevő
Határidő
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

Nincs beállítva határidő.

Függőségek

No dependencies set.

Reference: cwtch.im/ui#129
No description provided.