mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot to set interface as api for init logging
This commit is contained in:
parent
69a520657c
commit
7df8e8421d
1 changed files with 1 additions and 1 deletions
|
@ -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()}
|
||||
|
|
Loading…
Add table
Reference in a new issue