mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-26 20:29:03 +03:00
Add SSH inbound, log level. Update MTPROXY. Fixes
This commit is contained in:
@@ -218,7 +218,7 @@ func (s *ProviderRemote) fetch(ctx context.Context) error {
|
||||
}
|
||||
}
|
||||
}
|
||||
s.logger.Info("update outbound provider ", s.Tag(), ": not modified")
|
||||
s.logger.Notice("update outbound provider ", s.Tag(), ": not modified")
|
||||
return nil
|
||||
default:
|
||||
return E.New("unexpected status: ", resp.Status)
|
||||
@@ -262,7 +262,7 @@ func (s *ProviderRemote) fetch(ctx context.Context) error {
|
||||
s.logger.Error("save outbound provider cache file: ", err)
|
||||
}
|
||||
}
|
||||
s.logger.Info("updated outbound provider ", s.Tag())
|
||||
s.logger.Notice("updated outbound provider ", s.Tag())
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user