mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
rm(tun): debug.PrintStack() in logger
This commit is contained in:
parent
0cde4f405f
commit
38d9248acd
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
package tun
|
||||
|
||||
import (
|
||||
"runtime/debug"
|
||||
|
||||
"github.com/sagernet/sing/common/logger"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
@ -60,7 +58,6 @@ func (l *singLogger) Error(args ...any) {
|
|||
}
|
||||
extractSingExceptions(args)
|
||||
l.zapLogger.Error(l.tag, zap.Any("args", args))
|
||||
debug.PrintStack()
|
||||
}
|
||||
|
||||
func (l *singLogger) Fatal(args ...any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue