mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-07 10:47:15 +00:00
b0c29b7caa
The embedded amneziawg-go Device is silent by design (DeviceOptions' Logger defaults to LogLevelSilent) -- real protocol-level diagnostics (handshake progress, decrypt/MAC errors, keepalive state) were completely unavailable while debugging a live "handshake happens, then goes silent" report on a real test box, with nothing useful in the panel's own logs. Setting AMNEZIAWGNET_DEBUG on the host now switches every embedded interface to LogLevelVerbose. Deliberately env-var-gated, not a permanent level bump: this logging has no per-peer filtering, so it's meant for targeted investigation, not routine operation.