Add Functionality to Capture Logs to File #129

Cerrada
abierta 2019-03-05 00:12:17 +00:00 por sarah · 3 comentarios
Propietario

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.
Propietario
tracking in https://git.openprivacy.ca/openprivacy/libricochet-go/issues/67
dan ha añadido esto al hito 0.3.2 2019-12-18 22:41:56 +00:00
Propietario

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
Propietario

--logFile added

--logFile added
dan cerró esta incidencia 2020-11-13 20:45:24 +00:00
Este repositorio está archivado. No se puede comentar en las incidencias.
Sin Milestone
No asignados
2 participantes
Fecha de vencimiento
La fecha de vencimiento es inválida o está fuera de rango. Por favor utilice el formato 'aaaa-mm-dd'.

Sin fecha de vencimiento.

Dependencias

No se han establecido dependencias.

Referencia: cwtch.im/ui#129
No se ha proporcionado una descripción.