Pass debug flag down to any daemons
parent
6e70bc4fa7
commit
9b59471dc1
|
@ -141,6 +141,7 @@ async def maybe_open_pikerd(
|
||||||
# presume pikerd role
|
# presume pikerd role
|
||||||
async with open_pikerd(
|
async with open_pikerd(
|
||||||
loglevel=loglevel,
|
loglevel=loglevel,
|
||||||
|
debug_mode=kwargs.get('debug_mode', False),
|
||||||
) as _:
|
) as _:
|
||||||
# in the case where we're starting up the
|
# in the case where we're starting up the
|
||||||
# tractor-piker runtime stack in **this** process
|
# tractor-piker runtime stack in **this** process
|
||||||
|
|
Loading…
Reference in New Issue