Use `--pdb` flag to config `brokerd` debug mode

rekt_pps
Tyler Goodlet 2023-04-04 13:36:45 -04:00
parent 70efce1631
commit b2a5f8698d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def sync(
):
portal = await an.start_actor(
loglevel=loglevel,
debug_mode=True,
debug_mode=pdb,
**start_kwargs,
)