Actions
Bug #13202
closederror message in output of rudder 4.3 - 'default:_log_v3.class_prefix' contains a reference to itself, '${class_prefix}'
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
error: The value of variable 'default:_log_v3.class_prefix' contains a reference to itself, '${class_prefix}' error: The value of variable 'default:log_rudder.class_prefix' contains a reference to itself, '${class_prefix}'
this is because generic methods who don't make the action themselves still have the infamous
"promisers" slist => { @{this.callers_promisers}, cf_null }, policy => "ifdefined"; "class_prefix" string => canonify(join("_", "promisers"));
so class-prefix is always non_defined
Actions