FLUID-6122: Reduce priority of a couple of overly verbose logging sites in the framework

Metadata

Source
FLUID-6122
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Antranig Basman
Created
2017-01-31T09:11:46.796-0500
Updated
2017-01-31T10:34:16.932-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Framework

Description

The framework performs overly noisy logging in a couple of cases -
i) updating a grade definition
ii) dispatching to a "this"-ist listener
we should bump these down to the "trace" priority, as well as providing a guard around the log statement notifying on every listener firing

Comments