feat(log): refine logging
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 2m56s
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 2m56s
This commit is contained in:
@@ -55,7 +55,7 @@ fn update_and_get_cache(
|
||||
let current_ip_address = get_public_ip_address()?;
|
||||
|
||||
if result.ip_address == current_ip_address {
|
||||
info!("Not updating IP Address");
|
||||
debug!("Not updating IP Address");
|
||||
} else {
|
||||
update_ip_address(token, zone_id, ¤t_ip_address, domain, &result.id)?;
|
||||
result.ip_address = current_ip_address;
|
||||
|
||||
Reference in New Issue
Block a user