Pass debug flag down to any daemons

syseng_tweaks
Tyler Goodlet 2021-05-10 10:15:29 -04:00
parent 6e70bc4fa7
commit 9b59471dc1
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ async def maybe_open_pikerd(
# presume pikerd role
async with open_pikerd(
loglevel=loglevel,
debug_mode=kwargs.get('debug_mode', False),
) as _:
# in the case where we're starting up the
# tractor-piker runtime stack in **this** process