cloudflared-mirror/logger
Nuno Diegues 8c9d725eeb TUN-3768: Reuse file loggers
This change is focused on fixing rotating loggers in Windows
where it was failing due to Windows file semantics disallowing
the rotation while that file was still being open (because we
had multiple lumberjacks pointing to the same file).

This is fixed by ensuring the initialization happens only once.
2021-01-18 10:16:20 +00:00
..
configuration.go TUN-3747: Fix logging in Windows 2021-01-13 23:23:31 +00:00
create.go TUN-3768: Reuse file loggers 2021-01-18 10:16:20 +00:00
create_test.go TUN-3767: Tolerate logging errors 2021-01-18 10:16:09 +00:00