From: Roland Häder Date: Mon, 30 Sep 2024 19:23:42 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9da4e8e12a048e58441bfcc7c72fb269e2e19e71;p=fba.git Continued: - changed debug to info message as this was to quiet when for example the new instance isn't reachable (timeout) --- diff --git a/fba/commands.py b/fba/commands.py index 821f9f4..dc4980a 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -436,7 +436,7 @@ def fetch_blocks(args: argparse.Namespace) -> int: logger.debug("block[blocked]='%s' is accepted, not wanted here - SKIPPED!", block["blocked"]) continue elif not instances.is_registered(block["blocked"]): - logger.debug("Hash wasn't found, adding: block[blocked]'%s',blocker='%s'", block["blocked"], blocker) + logger.info("Fetching new instance block[blocked]'%s' for blocker='%s' ...", block["blocked"], blocker) federation.fetch_instances(block["blocked"], blocker, None, inspect.currentframe().f_code.co_name) logger.debug("Invoking blocks.alias_block_level('%s') ... - BEFORE!", block["block_level"])