We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74462e6 commit 9da7848Copy full SHA for 9da7848
agent/php_nrini.c
@@ -551,6 +551,11 @@ static PHP_INI_MH(nr_composer_per_process_detection_mh) {
551
val = nr_bool_from_str(NEW_VALUE);
552
553
if (-1 == val) {
554
+ nrl_warning(NRL_INIT,
555
+ "The value %d is not valid for the "
556
+ "newrelic.vulnerability_management.composer_api.per_process_"
557
+ "detection setting, using default value instead.",
558
+ val);
559
return FAILURE;
560
}
561
0 commit comments