Skip to content

Commit

Permalink
fixup! Fixes #15784: Base log on the directive id and add a canonifie…
Browse files Browse the repository at this point in the history
…d directive id in report_data

Fixes #15784: Base log on the directive id and add a canonified directive id in report_data
  • Loading branch information
Fdall committed Sep 24, 2019
1 parent 823a6d2 commit f3072c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/30_generic_methods/_log_v3.cf
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ bundle agent _log_v3(message, class_parameter, old_class_prefix, class_prefix, a
# Report using the appropriate bundle(s)
"wrapper for ${configuration.enabled_loggers}"
usebundle => ${configuration.enabled_loggers}("${message}", "${class_parameter}", "${old_class_prefix}", "${class_prefix}", "@{args}"),
comment => "Call the ${method} bundle with arguments ${old_class_prefix}, ${class_prefix}, @{args}, ${report_data.directive_id}";
comment => "Call the ${method} bundle for directive ${report_data.directive_id} with arguments ${old_class_prefix}, ${class_prefix}, @{args}";
}

0 comments on commit f3072c1

Please sign in to comment.