Actions
Bug #3193
closedThe debug message listing the query executed by an archiving of reports is invalid
Status:
Released
Priority:
5 (lowest)
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
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
Actions