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
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
説明はありません。