AdguardTeam / AdGuardVPNCLI

AdGuard VPN command-line version
https://adguard-vpn.com/
68 stars 1 forks source link

Add log rotation #63

Open sfionov opened 1 month ago

sfionov commented 1 month ago

There are two problems with current logging:

  1. Tunnel log is truncated every service start.
  2. Tunnel log may grow indefinitely, especially in debug mode.

Switching to rotating log writer will be useful.