tuning action node code

This commit is contained in:
geekan 2023-12-13 17:47:09 +08:00
parent ad0e5a6da8
commit bfdb8415ad
7 changed files with 72 additions and 96 deletions

View file

@ -58,7 +58,7 @@ class Environment(BaseModel):
route the message to the message recipient is a problem addressed by the transport framework designed
in RFC 113.
"""
logger.info(f"publish_message: {message.dump()}")
logger.debug(f"publish_message: {message.dump()}")
found = False
# According to the routing feature plan in Chapter 2.2.3.2 of RFC 113
for role, subscription in self.members.items():