diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-06-16 17:55:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-16 17:55:33 +0300 |
| commit | 5188d516e3a13e0cf4c04f8af653007983b16cb5 (patch) | |
| tree | 7b2ab0097680e00cf74eb8467dddf3598eda7ba1 /web/job | |
| parent | 97925eeebe30c2f70bad6b6c240728034638842f (diff) | |
new - loglevel (#612)
Diffstat (limited to 'web/job')
| -rw-r--r-- | web/job/check_client_ip_job.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/job/check_client_ip_job.go b/web/job/check_client_ip_job.go index 348f9b9d..c1b4ab34 100644 --- a/web/job/check_client_ip_job.go +++ b/web/job/check_client_ip_job.go @@ -242,7 +242,7 @@ func updateInboundClientIps(inboundClientIps *model.InboundClientIps, clientEmai disAllowedIps = append(disAllowedIps, ips[limitIp:]...) for i := limitIp; i < len(ips); i++ { - logger.Info("[LIMIT_IP] Email=", clientEmail, " SRC=", ips[i]) + logger.Notice("[LIMIT_IP] Email=", clientEmail, " SRC=", ips[i]) } } } |
