The logging_gearman plugin logs queries to a Gearman server.
To load this plugin, start drizzled with:
--plugin-add=logging_gearman
Loading the plugin may not enable or configure it. See the plugin’s Configuration and Variables.
See also
Plugin Options for more information about adding and removing plugins.
These command line options configure the plugin when drizzled is started. See Command Line Options for more information about specifying command line options.
Default : | drizzlelog |
---|---|
Variable : | logging_gearman_function |
Gearman function to send logging to.
Default : | localhost |
---|---|
Variable : | logging_gearman_host |
Hostname for logging to a Gearman server.
These variables show the running configuration of the plugin. See variables for more information about querying and setting variables.
logging_gearman_function
Scope: Global Dynamic: No Option: --logging-gearman.function Gearman Function to send logging to
logging_gearman_host
Scope: Global Dynamic: No Option: --logging-gearman.host Hostname for logging to a Gearman server
Sorry, there are no examples for this plugin.
Mark Atwood
This documentation applies to logging_gearman 0.1.
To see which version of the plugin a Drizzle server is running, execute:
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='logging_gearman'