Forgot to set interface as api for init logging

This commit is contained in:
Alexandre Aubin 2020-04-28 04:03:02 +02:00
parent 69a520657c
commit 7df8e8421d

View file

@ -34,7 +34,7 @@ def cli(debug, quiet, output_as, timeout, args, parser):
def api(debug, host, port):
init_logging(debug=debug)
init_logging(interface="api", debug=debug)
def is_installed_api():
return {'installed': is_installed()}