mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Log EventOnCurrentNATTypeDetermined for proxy
This commit is contained in:
parent
dfbeee00de
commit
5b479fdb13
2 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,8 @@ func (p *proxyEventLogger) OnNewSnowflakeEvent(e event.SnowflakeEvent) {
|
|||
if !p.disableStats {
|
||||
p.logger.Println(e.String())
|
||||
}
|
||||
case event.EventOnCurrentNATTypeDetermined:
|
||||
p.logger.Println(e.String())
|
||||
default:
|
||||
// Suppress logs of these events
|
||||
// https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/issues/40310
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue