updates to tone down warning logs to debug in broker.py and session.py
This commit is contained in:
parent
3f1ff113ca
commit
a798774f18
2 changed files with 2 additions and 2 deletions
|
@ -1721,7 +1721,7 @@ class Session(object):
|
|||
if net_index == 0:
|
||||
updown_script = self.options.get_config("controlnet_updown_script")
|
||||
if not updown_script:
|
||||
logging.warning("controlnet updown script not configured")
|
||||
logging.debug("controlnet updown script not configured")
|
||||
|
||||
prefixes = prefix_spec.split()
|
||||
if len(prefixes) > 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue