cwtch.im
/
ui
Arquivado
6
7
Fork 2

Add Functionality to Capture Logs to File #129

Fechado
aberto por sarah 2019-03-05 00:12:17 +00:00 · 3 comentários
Proprietário

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.
Proprietário
tracking in https://git.openprivacy.ca/openprivacy/libricochet-go/issues/67
dan adicionou esta issue para o marco 0.3.2 2019-12-18 22:41:56 +00:00
Proprietário

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
Proprietário

--logFile added

--logFile added
dan fechou esta issue 2020-11-13 20:45:24 +00:00
Este repositório está arquivado. Você não pode comentar nas issues.
Sem marco
Sem responsável
2 participante(s)
Data limite
A data limite é inválida ou está fora do intervalo. Por favor, use o formato 'dd/mm/aaaa'.

Data limite não informada.

Dependências

Nenhuma dependência definida.

Referência: cwtch.im/ui#129
Nenhuma descrição fornecida.