Skip to content
Snippets Groups Projects
Commit 96be3778 authored by Chris Pastl's avatar Chris Pastl
Browse files

change log level to warning

parent 84509fa3
No related branches found
No related tags found
1 merge request!8Add return value for "/trackservice", improve logging #41
Pipeline #3382 passed
......@@ -103,7 +103,7 @@ def list_playlog(
fd = util.deserialize_datetime(from_date)
td = util.deserialize_datetime(to_date)
except Exception:
service.logger.info(
service.logger.warning(
"Invalid 'from_date' (%s) or 'to_date' (%s) for 'list_playlog'"
% (str(from_date), str(to_date))
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment