Add Functionality to Capture Logs to File #129

已關閉
建立於 2019-03-05 00:12:17 +00:00sarah · 3 comment
擁有者

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.
擁有者
tracking in https://git.openprivacy.ca/openprivacy/libricochet-go/issues/67
dan 新增到 0.3.2 里程碑 2019-12-18 22:41:56 +00:00
擁有者

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
擁有者

--logFile added

--logFile added
dan 關閉了這個問題 2020-11-13 20:45:24 +00:00
此存儲庫已封存,您不能在問題上留言。
未選擇里程碑
沒有負責人
2 參與者
截止日期
截止日期無效或超出範圍,請使用「yyyy-mm-dd」的格式。

未設定截止日期。

先決條件

未設定先決條件。

參考: cwtch.im/ui#129
No description provided.