fix: use RedactingFormatter on stderr handler, update types and test mock

- stderr handler now uses RedactingFormatter to match file handlers
- restart path uses verbose=0 (int) instead of verbose=False (bool)
- test mock updated with new run_gateway(verbose, quiet, replace) signature
This commit is contained in:
Teknium
2026-04-01 10:56:12 -07:00
committed by Teknium
parent 5bd01b838c
commit bacc86d031
3 changed files with 3 additions and 3 deletions

View File

@@ -2022,7 +2022,7 @@ def gateway_command(args):
# Start fresh
print("Starting gateway...")
run_gateway(verbose=False)
run_gateway(verbose=0)
elif subcmd == "status":
deep = getattr(args, 'deep', False)