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 2e1e313 commit fda25feCopy full SHA for fda25fe
agent/fw_drupal8.c
@@ -639,8 +639,8 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
639
module_handler, "hookImplementationsMap");
640
641
if (!nr_php_is_zval_valid_array(hook_implementation_map)) {
642
- nrl_warning(NRL_FRAMEWORK,
643
- "hookImplementationsMap property not a valid array");
+ nrl_verbosedebug(NRL_FRAMEWORK,
+ "hookImplementationsMap property not a valid array");
644
return false;
645
}
646
0 commit comments