cwtch.im
/
ui
Archiviert
6
7
Fork 2

Add Functionality to Capture Logs to File #129

Geschlossen
2019-03-05 00:12:17 +00:00 von sarah geöffnet · 3 Kommentare
Besitzer

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.
Besitzer
tracking in https://git.openprivacy.ca/openprivacy/libricochet-go/issues/67
dan hat diesen Issue 2019-12-18 22:41:56 +00:00 zum 0.3.2 Meilenstein hinzugefügt
Besitzer

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
Besitzer

--logFile added

--logFile added
dan hat diesen Issue 2020-11-13 20:45:24 +00:00 geschlossen
Dieses Repo ist archiviert. Du kannst Issues nicht kommentieren.
Kein Meilenstein
Niemand zuständig
2 Beteiligte
Fällig am
Das Fälligkeitsdatum ist ungültig oder außerhalb des zulässigen Bereichs. Bitte verwende das Format „jjjj-mm-tt“.

Kein Fälligkeitsdatum gesetzt.

Abhängigkeiten

Keine Abhängigkeiten gesetzt.

Referenz: cwtch.im/ui#129
Keine Beschreibung angegeben.