cloudflared-mirror/logger
Nuno Diegues de27361ffa TUN-3767: Tolerate logging errors
This addresses a bug where logging would not be output when
cloudflared was run as a Windows Service.

That was happening because Windows Services have no stderr/out,
and the ConsoleWriter log was failing inside zerolog, which would
then not proceed to the next logger (the file logger).

We now overcome that by using our own multi writer that is resilient
to errors.
2021-01-18 10:16:09 +00:00
..
configuration.go TUN-3747: Fix logging in Windows 2021-01-13 23:23:31 +00:00
create.go TUN-3767: Tolerate logging errors 2021-01-18 10:16:09 +00:00
create_test.go TUN-3767: Tolerate logging errors 2021-01-18 10:16:09 +00:00