Bug #4138
closedExcessive logs from "Store Agent Run Times" task
Description
On a fresh install of Rudder 2.8, I see these 2 messages in the logs every 5 seconds. This is far too much logging!
[2013-11-07 19:29:05] INFO com.normation.rudder.reports.execution.ReportsExecutionService - [Store Agent Run Times] Task #127: Starting analysis for run times from 2013/11/07 19:29:00 up to 2013/11/07 19:29:05 (runs after SQL table ID 134) [2013-11-07 19:29:05] INFO com.normation.rudder.reports.execution.ReportsExecutionService - [Store Agent Run Times] Task #127: Finished analysis in 12 ms. Added or updated 0 agent runs (up to SQL table ID 134)
Let's change this log's priority to DEBUG. However, if the task takes too long (I think there is already a log for that, use the same condition for "too long"), make sure the message is in WARN level.
Updated by François ARMAND about 11 years ago
Vincent, this one is trivial, do it as soon as possible.
Updated by Vincent MEMBRÉ about 11 years ago
Should we not have a dedicated logger for it (only in webapp logs)?
So we can change it's verbosity so it does not mess up with other debug process?
However I can already change their verbosity.
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from 8 to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/367
Pull request here: https://github.com/Normation/rudder/pull/367
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 1cc513e09fc9e55b3dbc8a667bd246bef4be4145.
Updated by Anonymous about 11 years ago
Applied in changeset 9fe64e4cfe531b9f0eb2d6d20015272da77fc47a.
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.8.1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-November/000064.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog28
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Category changed from 39 to System integration