Pass debug flag down to any daemons
parent
6e70bc4fa7
commit
9b59471dc1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue