Browse Source

Change CLI's loglevel from debug to info

pull/2003/head
Hironsan 2 years ago
parent
commit
75a688f45c
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/cli.py

2
backend/cli.py

@ -56,7 +56,7 @@ def run_on_nix(args):
"workers": args.workers,
"chdir": base,
"capture_output": True,
"loglevel": "debug",
"loglevel": "info",
}
StandaloneApplication(options).run()

Loading…
Cancel
Save