use warning log for /v3/alias/options

This commit is contained in:
Son NK 2020-10-24 16:28:07 +02:00
parent c140d3f842
commit 83f3309149
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ def options_v3():
"""
LOG.exception("/v3/alias/options is obsolete")
LOG.warning("/v3/alias/options is obsolete")
user = g.user
hostname = request.args.get("hostname")