mirror of
https://github.com/go-gost/x.git
synced 2024-08-11 17:50:24 +00:00
more fine-grained log level
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ func (bp *bypass) periodReload(ctx context.Context) error {
|
||||
bp.options.logger.Warnf("reload: %v", err)
|
||||
// return err
|
||||
}
|
||||
bp.options.logger.Debugf("bypass reload done")
|
||||
bp.options.logger.Debug("bypass reload done")
|
||||
case <-ctx.Done():
|
||||
return ctx.Err()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user