Use warning level for /v2/alias/options

This commit is contained in:
Son NK 2020-03-16 21:10:53 +01:00 committed by Son NK
parent 76661d12d3
commit 130abc2220

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")