Use warning level for /v2/alias/options

This commit is contained in:
Son NK 2020-03-16 21:10:53 +01:00
parent 1e10b4d675
commit 8faf34ce40
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def options():
existing: array of existing aliases
"""
LOG.error("/v2/alias/options should be used instead")
LOG.warning("/v2/alias/options should be used instead")
user = g.user
hostname = request.args.get("hostname")