Project

General

Profile

Actions

Bug #23969

closed

Waning log spam when disabled rudder_compute_changes setting

Added by Elaad FURREEDAN 4 months ago. Updated 3 months ago.

Status:
Released
Priority:
N/A
Category:
Server components
Target version:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I hate Rudder for that
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No

Description

When we disabled the setting rudder_compute_changes through API:

curl -k -H "X-API-Token: <Your Api token>"  -X POST 'https://<you Rudder Host>/rudder/api/latest/settings/rudder_compute_changes' -d "value=false" 

We have a warning log spamming :
[2023-12-01 09:28:07+0100] WARN  report.changes - Not updating changes by rule - disabled by configuration setting 'rudder_compute_changes' (set by REST API)
[2023-12-01 09:28:12+0100] WARN  report.changes - Not updating changes by rule - disabled by configuration setting 'rudder_compute_changes' (set by REST API)
[2023-12-01 09:28:17+0100] WARN  report.changes - Not updating changes by rule - disabled by configuration setting 'rudder_compute_changes' (set by REST API)
[2023-12-01 09:28:22+0100] WARN  report.changes - Not updating changes by rule - disabled by configuration setting 'rudder_compute_changes' (set by REST API)
[2023-12-01 09:28:27+0100] WARN  report.changes - Not updating changes by rule - disabled by configuration setting 'rudder_compute_changes' (set by REST API)
.
.
.

/var/log/rudder/webapp # cat 20231201.stderrout.log|grep -i "Not updating changes by rule"|wc -l
12134

Actions #1

Updated by François ARMAND 4 months ago

The solution is to change that log to debug level.

Actions #2

Updated by Elaad FURREEDAN 4 months ago

  • Status changed from New to In progress
  • Assignee set to Elaad FURREEDAN
Actions #3

Updated by Elaad FURREEDAN 4 months ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Elaad FURREEDAN to François ARMAND
  • Pull Request set to https://github.com/Normation/rudder/pull/5301
Actions #4

Updated by Anonymous 4 months ago

  • Status changed from Pending technical review to Pending release
Actions #5

Updated by Clark ANDRIANASOLO 3 months ago

  • Fix check changed from To do to Checked
Actions #6

Updated by Vincent MEMBRÉ 3 months ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.3.11 which was released today.

Actions

Also available in: Atom PDF