Add Functionality to Capture Logs to File #129

已关闭
sarah2019-03-05 00:12:17 +00:00创建 · 3 评论
管理员

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
dan2019-12-18 22:41:56 +00:00 添加了里程碑 0.3.2
管理员

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
dan2020-11-13 20:45:24 +00:00 关闭此工单
此仓库已存档,您不能在此工单添加评论。
未选择里程碑
未指派成员
2 名参与者
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:cwtch.im/ui#129
没有提供说明。