Various small fixes in prep for QE release

This commit is contained in:
Joseph Schorr 2016-05-04 15:20:27 -04:00
parent f55fd2049f
commit 73fa593d02
5 changed files with 11 additions and 10 deletions

View file

@ -221,7 +221,7 @@ class UserAggregateLogs(ApiResource):
user = get_authenticated_user()
return get_aggregate_logs(start_time, end_time, performer_name=performer_name,
namespace=user.username)
namespace=user.username, ignore=SERVICE_LEVEL_LOG_KINDS)
@resource('/v1/organization/<orgname>/aggregatelogs')