Actions
Bug #2966
closedReports JSON API doesn't return log level
Description
Currently a GET to the Reports API will not return the log level, due to `:logs => logs.all(:include => [:source, :message]`. This means reuse a GET as a POST since the level is required to import the logs.
Actions