Add Functionality to Capture Logs to File #129

Kapalı
sarah tarafından 2019-03-05 00:12:17 +00:00 açıldı · 3 yorum
Sahibi

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.
Sahibi
tracking in https://git.openprivacy.ca/openprivacy/libricochet-go/issues/67
dan 2019-12-18 22:41:56 +00:00 0.3.2 kilometre taşına ekledi
Sahibi

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
Sahibi

--logFile added

--logFile added
dan 2020-11-13 20:45:24 +00:00 konusunu kapattı
Bu depo arşivlendi. Konular bölümünde yorum yapamazsınız.
Kilometre Taşı Yok
Atanan Kişi Yok
2 Katılımcı
Bitiş Tarihi
Bitiş tarihi geçersiz veya aralık dışında. Lütfen 'yyyy-aa-gg' biçimini kullanın.

Bitiş tarihi atanmadı.

Bağımlılıklar

Bağımlılık yok.

Referans: cwtch.im/ui#129
Herhangi bir açıklama sağlanmadı.