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 closed this issue 2020-11-13 20:45:24 +00:00
This repo is archived. You cannot comment on issues.
마일스톤 없음
담당자 없음
참여자 2명
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: cwtch.im/ui#129
No description provided.