mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Suppress logs of EventOnProxyConnectionOver
This commit is contained in:
parent
91ffc333d6
commit
9f330caa08
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ func (p *proxyEventLogger) OnNewSnowflakeEvent(e event.SnowflakeEvent) {
|
|||
if !p.disableStats {
|
||||
p.logger.Println(e.String())
|
||||
}
|
||||
case event.EventOnProxyConnectionOver:
|
||||
// Suppress logs of this event
|
||||
// https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/issues/40310
|
||||
default:
|
||||
p.logger.Println(e.String())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue