use warning log for /alias/options

This commit is contained in:
Son NK 2020-10-26 10:31:19 +01:00
parent 477481c41e
commit f0b46c1887
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def options():
existing: array of existing aliases
"""
LOG.exception("/alias/options is obsolete")
LOG.warning("/alias/options is obsolete")
user = g.user
hostname = request.args.get("hostname")