Project

General

Profile

Actions

Bug #7236

open

plugins: custom transaction loggers cannot be registered by a plugin

Added by Jason Ish about 2 months ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

A plugin that might want to register custom transaction loggers cannot do so as the initialization point of the plugin occurs before the app-layer portion of the configuration file has been processed. This results in the registration function failing to register the logger as the protocol is not enabled.

Possible solutions:
- Move the call to the plugin .Init function later (if this won't break anything)
- Move plugin loading later (if this won't break anything)
- Provide a new callback that happens sometime after app-layer has been processed, but research what makes sense here.

No data to display

Actions

Also available in: Atom PDF