Bug #3193
closedThe debug message listing the query executed by an archiving of reports is invalid
Description
When we do an archive of reports, there are debug logs that a written to the log file
But they are invalid :
DEBUG com.normation.rudder.repository.jdbc.ReportsJdbcRepository - Archiving report with SQL query: [[
insert into archivedruddersysevents (id, executionDate, nodeId, policyInstanceId, configurationRuleId, serial, component, keyValue, executio
nTimeStamp, eventType, policy, msg)
(select id, executionDate, nodeId, policyInstanceId, configurationRuleId, serial, component, keyValue, executionTimeStamp, eventType, policy
, msg from ruddersysevents
where executionTimeStamp < '2013-01-16')
]]
It's been a long time since these terms don't exists; the debug message should be corrected
Updated by Arthur ANGLADE almost 12 years ago
- Status changed from New to Pending technical review
- Assignee changed from Arthur ANGLADE to Nicolas CHARLES
- % Done changed from 0 to 100
here is the pull request : https://github.com/Normation/rudder/pull/95
Updated by Arthur ANGLADE almost 12 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset bc96e0160f1d8173665d758a8a4c61727515d968.
Updated by Nicolas CHARLES almost 12 years ago
Applied in changeset ffce8bffdbc8ca812bc12ac0924bd88b9c84dd72.
Updated by Nicolas PERRON almost 12 years ago
- Status changed from Pending release to Released